Package weka.gui.simplecli
Class Help
java.lang.Object
weka.gui.simplecli.AbstractCommand
weka.gui.simplecli.Help
- All Implemented Interfaces:
Serializable
,Comparable<AbstractCommand>
Outputs help for a command or for all.
- Author:
- FracPete (fracpete at waikato dot ac dot nz)
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class weka.gui.simplecli.AbstractCommand
compareTo, equals, execute, getCommand, getCommands, getOwner, setOwner
-
Constructor Details
-
Help
public Help()
-
-
Method Details
-
getName
Returns the name of the command.- Specified by:
getName
in classAbstractCommand
- Returns:
- the name
-
getHelp
Returns the help string (no indentation).- Specified by:
getHelp
in classAbstractCommand
- Returns:
- the help
-
getParameterHelp
Returns the one-liner help string for the parameters.- Specified by:
getParameterHelp
in classAbstractCommand
- Returns:
- the help, empty if none available
-