Go to the documentation of this file.
33 #ifndef TTA_OPERATION_BUILDER_HH
34 #define TTA_OPERATION_BUILDER_HH
46 std::string
xmlFilePath(
const std::string& xmlFile);
48 const std::string& baseName,
53 const std::string& path,
54 std::vector<std::string>& output);
57 const std::string& path,
58 const std::string& xmlFile,
59 const std::string& destination);
std::string xmlFilePath(const std::string &xmlFile)
virtual ~OperationBuilder()
std::string behaviorFile(const std::string &baseName, std::string &path)
std::string makeIncludeString(const std::vector< std::string > &paths)
bool buildObject(const std::string &baseName, const std::string &behaviorFile, const std::string &path, std::vector< std::string > &output)
bool verifyXML(const std::string file)
static OperationBuilder * instance_
Static unique instance.
bool installDataFile(const std::string &path, const std::string &xmlFile, const std::string &destination)
static OperationBuilder & instance()