#include <HsCommandInterpreter.h>
Public Member Functions | |
HsCommandInterpreter (Session *session) | |
int | execute_line (const String &line) override |
Public Member Functions inherited from Hypertable::CommandInterpreter | |
CommandInterpreter () | |
void | set_timestamp_output_format (const String &format) |
void | set_silent (bool silent) |
void | set_test_mode (bool mode) |
void | set_interactive_mode (bool mode) |
bool | silent_mode () |
bool | test_mode () |
bool | normal_mode () |
int | timestamp_output_format () |
Static Private Member Functions | |
static void | printDirEntryAttrListing (int indent, const String &attr_name, const std::vector< DirEntryAttr > listing) |
Private Attributes | |
Session * | m_session |
Additional Inherited Members | |
Public Types inherited from Hypertable::CommandInterpreter | |
enum | { TIMESTAMP_FORMAT_DEFAULT, TIMESTAMP_FORMAT_NANOS } |
Protected Attributes inherited from Hypertable::CommandInterpreter | |
int | m_timestamp_output_format |
bool | m_silent |
bool | m_test_mode |
bool | m_interactive |
Definition at line 41 of file HsCommandInterpreter.h.
HsCommandInterpreter::HsCommandInterpreter | ( | Session * | session | ) |
Definition at line 55 of file HsCommandInterpreter.cc.
|
overridevirtual |
Implements Hypertable::CommandInterpreter.
Definition at line 60 of file HsCommandInterpreter.cc.
|
staticprivate |
Definition at line 549 of file HsCommandInterpreter.cc.
|
private |
Definition at line 50 of file HsCommandInterpreter.h.