#include <StarterExecutor.hpp>
Static Public Member Functions |
static bool | isExistShellScript (const std::string &homeDir, const std::string &scriptName) |
static bool | canExecuteShellScript (const std::string &homeDir, const std::string &scriptName) |
Detailed Description
Definition at line 34 of file StarterExecutor.hpp.
Member Enumeration Documentation
Constructor & Destructor Documentation
HCE::StarterExecutor::StarterExecutor |
( |
const std::string & |
homeDir_, |
|
|
const std::string & |
starterFileName_ = "" |
|
) |
| |
|
explicit |
HCE::StarterExecutor::~StarterExecutor |
( |
void |
| ) |
|
|
virtual |
Member Function Documentation
bool HCE::StarterExecutor::canExecuteShellScript |
( |
const std::string & |
homeDir, |
|
|
const std::string & |
scriptName |
|
) |
| |
|
static |
pid_t HCE::StarterExecutor::execute |
( |
const std::string & |
cmd, |
|
|
const std::string & |
inputStream, |
|
|
const Poco::Process::Env & |
env |
|
) |
| |
std::stringstream& HCE::StarterExecutor::getErrStream |
( |
void |
| ) |
|
|
inline |
std::string HCE::StarterExecutor::getHomeDir |
( |
void |
| ) |
const |
|
inline |
std::stringstream& HCE::StarterExecutor::getOutStream |
( |
void |
| ) |
|
|
inline |
pid_t HCE::StarterExecutor::getPid |
( |
void |
| ) |
const |
|
inline |
std::string HCE::StarterExecutor::getStarterFileName |
( |
void |
| ) |
const |
|
inline |
std::string HCE::StarterExecutor::getStarterFullName |
( |
void |
| ) |
const |
bool HCE::StarterExecutor::isExistShellScript |
( |
const std::string & |
homeDir, |
|
|
const std::string & |
scriptName |
|
) |
| |
|
static |
void HCE::StarterExecutor::setHomeDir |
( |
const std::string & |
homeDir_ | ) |
|
void HCE::StarterExecutor::setStarterFileName |
( |
const std::string & |
starterFileName_ | ) |
|
unsigned int HCE::StarterExecutor::wait |
( |
unsigned int |
waitTime = 0 | ) |
|
The documentation for this class was generated from the following files: