#include <ServiceEntryCommand.h>
Inheritance diagram for ServiceEntryCommand::
Public Methods | |
ServiceEntryCommand () | |
virtual void | run (std::ostream &) |
virtual string | getCommandString () |
virtual void | getHtmlInterface (std::ostream &) |
Return a default HTML interface. More... | |
virtual void | getHelp (std::ostream &) |
Return a default help string. More... | |
Private Attributes | |
ServiceEntry * | m_serviceEntry |
|
|
|
Reimplemented from Command. |
|
Return a default help string.
Reimplemented from Command. |
|
Return a default HTML interface.
Reimplemented from Command. |
|
Reimplemented from Command. |
|
Definition at line 12 of file ServiceEntryCommand.h. |