#include <BESDelDefsCommand.h>
Inheritance diagram for BESDelDefsCommand:
Public Member Functions | |
BESDelDefsCommand (const string &cmd) | |
virtual | ~BESDelDefsCommand () |
virtual BESResponseHandler * | parse_request (BESTokenizer &tokens, BESDataHandlerInterface &dhi) |
parses the request to delete a container, a definition or all definitions. | |
virtual void | dump (ostream &strm) const |
dumps information about this object | |
virtual string | parse_options (BESTokenizer &tokens, BESDataHandlerInterface &dhi) |
Static Public Member Functions | |
static void | add_command (const string &cmd_str, BESCommand *cmd) |
static bool | del_command (const string &cmd_str) |
static BESCommand * | find_command (const string &cmd_str) |
Static Public Attributes | |
static BESCommand * | TermCommand = new BESTermCommand( "term" ) |
Protected Attributes | |
string | _cmd |
|
|
|
|
|
|
|
|
|
dumps information about this object Displays the pointer value of this instance
Reimplemented from BESCommand. |
|
|
|
Reimplemented in BESDefineCommand, and BESSetCommand. |
|
parses the request to delete a container, a definition or all definitions. Possible requests handled by this response handler are:
delete container <container_name>; And remember to terminate all commands with a semicolon (;)
Implements BESCommand. |
|
|
|
|