Additional Inherited Members |
Protected Types inherited from HCE::sphinx::SphinxAdminCommand |
typedef IJsonSerializable | inherited |
Protected Member Functions inherited from HCE::sphinx::SphinxAdminCommand |
bool | makeDir (const std::string &path) |
bool | cleanDir (const std::string &path) |
bool | isExistDir (const std::string &path) |
bool | isExistFile (const std::string &file) |
bool | isAllowedString (const std::string &str) |
bool | copyFile (const std::string &srcFile, const std::string &dstFile) |
bool | moveFile (const std::string &srcFile, const std::string &dstFile) |
bool | removeFile (const std::string &file) |
bool | moveIndexFiles (const std::string &indexFileName, const std::string &srcPath, const std::string &dstPath) |
bool | copyIndexFiles (const std::string &indexFileName, const std::string &srcPath, const std::string &dstPath) |
bool | removeIndexFile (const std::string &indexFileName, const std::string &path) |
bool | getFileList (const std::string &path, std::vector< std::string > &vFiles, const std::string &ext) |
bool | getIndexList (const std::string &path, std::vector< std::string > &vIndexes) |
bool | getFreeAllowedPort (unsigned int &res) |
bool | makeTrunkConfig (const std::string &trunkName, const std::string &indexName, const std::string &indexFileName, SphinxConfigOptions &configOptions) |
bool | isExistError (const std::string &shellExecMsg) |
std::string | getPropertyFileName (const std::string &indexPath, const std::string &branchName) |
std::string | getConfigFileName (const std::string &indexPath, const std::string &branchName) |
void | writePropertyOptions (SphinxConfigCreator &configCreator, const SphinxConfigOptions &configOptions) |
Protected Attributes inherited from HCE::sphinx::SphinxAdminCommand |
SphinxFunctionalObject & | fObj |
std::string | resultData |
CustomMessage & | message |
Definition at line 589 of file SphinxAdminCommand.hpp.