Node Director
|
Implements the 'help' director command. More...
Public Member Functions | |
String | usage () |
return a one-line usage string | |
String | help () |
return a more verbose usage string (aka. | |
String[] | getOptDefinitions () |
return option definitions as used by Tools.getOpt() | |
void | help (String commandName, boolean verbose, boolean rawopts) throws DirectorException |
void | run (Hashtable optvals) throws DirectorException |
run the command with the (pre-parsed) options optargs | |
Public Member Functions inherited from sfi.director.cli.CLICommand | |
void | setOptions (Hashtable opts) |
sets options from a hash as returned by Tools.getOpts(). | |
Options | getOptions () |
Hashtable | getOptionsHash () |
Implements the 'help' director command.
|
virtual |
return a more verbose usage string (aka.
help)
Implements sfi.director.cli.CLICommand.
Referenced by sfi.director.cli.help.run().
void sfi.director.cli.help.help | ( | String | commandName, |
boolean | verbose, | ||
boolean | rawopts | ||
) | throws DirectorException |
|
virtual |
return option definitions as used by Tools.getOpt()
Implements sfi.director.cli.CLICommand.
|
virtual |
run the command with the (pre-parsed) options optargs
Implements sfi.director.cli.CLICommand.
References sfi.director.cli.help.help().
|
virtual |
return a one-line usage string
Implements sfi.director.cli.CLICommand.