14 #ifndef DRCE_FUNCTIONAL_OBJECT_HPP
15 #define DRCE_FUNCTIONAL_OBJECT_HPP
36 std::string
Process(
const std::string& json);
39 void setNodeName(
const std::string& nodeName_) {nodeName=nodeName_;}
50 void makeSetEnviroment(
const std::vector<std::pair<std::string, std::string> >& enviroments) throw (Poco::Exception);
52 std::
string getFullFileName(const std::
string&
fileName);
53 void applyInputStream(std::stringstream& cmd, std::stringstream& istr);
71 #endif // DRCE_FUNCTIONAL_OBJECT_HPP