abstract class AbstractCommand (View source)

The abstract base command class.

Methods

static string
help()

Get the command help.

static string
name()

Get the command name.

static 
run()

The actual command action.

Details

abstract static string help()

Get the command help.

Return Value

string the command help

abstract static string name()

Get the command name.

Return Value

string the command name

abstract static run()

The actual command action.