Documentation for OpenFLUID 2.2.0
openfluid::waresdev::WareSrcMigrator Class Reference

Detailed Description

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 ()
 

Constructor & Destructor Documentation

◆ WareSrcMigrator()

openfluid::waresdev::WareSrcMigrator::WareSrcMigrator ( const std::string &  SrcPath,
WareSrcMigratorListener Listener,
const std::string &  DestPath = "" 
)

Constructs a migrator

Parameters
[in]SrcPathThe path to the sources to migrate
[in]ListenerThe Listener for the migration process (must not be nullptr)
[in]DestPathThe path to the migrated sources (optional). Il not given or empty, the sources are migrated in the original sources path

Member Function Documentation

◆ performMigration()

void openfluid::waresdev::WareSrcMigrator::performMigration ( )

Performs the migration process


The documentation for this class was generated from the following file: