just some refactoring thoughts
This commit is contained in:
parent
198677fc18
commit
b92b66c101
10 changed files with 159 additions and 5 deletions
|
@ -29,6 +29,7 @@ public:
|
|||
Type getType() const;
|
||||
std::optional<std::string> getName() const;
|
||||
std::optional<std::string> getVersion() const;
|
||||
std::optional<std::filesystem::path> getLocation() const;
|
||||
|
||||
bool prepare(const std::filesystem::path& source, const std::filesystem::path& destination);
|
||||
|
||||
|
@ -64,4 +65,5 @@ private:
|
|||
Type type;
|
||||
std::optional<std::string> name;
|
||||
std::optional<std::string> version;
|
||||
std::filesystem::path location;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue