37 #include "BESXMLDefaultCommands.h" 39 #include "BESResponseNames.h" 43 #include "BESXMLShowCommand.h" 44 #include "BESXMLShowErrorCommand.h" 45 #include "BESXMLSetContextCommand.h" 46 #include "BESXMLSetContainerCommand.h" 47 #include "BESXMLDefineCommand.h" 48 #include "BESXMLGetCommand.h" 49 #include "BESXMLDeleteContainerCommand.h" 50 #include "BESXMLDeleteContainersCommand.h" 51 #include "BESXMLDeleteDefinitionCommand.h" 52 #include "BESXMLDeleteDefinitionsCommand.h" 58 BESDEBUG(
"besxml",
"Initializing default commands:" << endl);
87 BESDEBUG(
"besxml",
"Done Initializing default commands:" << endl);
97 BESDEBUG(
"besxml",
"Removing default commands:" << endl);
117 BESDEBUG(
"besxml",
"Done Removing default commands:" << endl);
static int terminate(void)
Removes the default set of BES XML commands from the list of possible commands.
static int initialize(int argc, char **argv)
Loads the default set of BES XML commands.
static bool del_command(const std::string &cmd_str)
Deletes the command called cmd_str from the list of possible commands.
static void add_command(const std::string &cmd_str, p_xmlcmd_builder cmd)
Add a command to the possible commands allowed by this BES.