|
Documentation for OpenFLUID
2.2.0
|
Class to manage migration of wares source code
#include <waresdev/WareSrcMigrator.hpp>
Public Member Functions | |
| WareSrcMigrator (const std::string &SrcPath, WareSrcMigratorListener *Listener, const std::string &DestPath="") | |
| void | performMigration () |
| openfluid::waresdev::WareSrcMigrator::WareSrcMigrator | ( | const std::string & | SrcPath, |
| WareSrcMigratorListener * | Listener, | ||
| const std::string & | DestPath = "" |
||
| ) |
Constructs a migrator
| [in] | SrcPath | The path to the sources to migrate |
| [in] | Listener | The Listener for the migration process (must not be nullptr) |
| [in] | DestPath | The path to the migrated sources (optional). Il not given or empty, the sources are migrated in the original sources path |
| void openfluid::waresdev::WareSrcMigrator::performMigration | ( | ) |
Performs the migration process