JavaScript is disabled on your browser.
Constructor Summary
Constructors
Constructor and Description
RunCommand ()
Method Summary
Methods inherited from class java.lang.Object
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
Constructor Detail
RunCommand
public RunCommand()
Method Detail
getUsageHelp
public String getUsageHelp()
Description copied from interface: Command
Returns usage help for the command. This should be a simple one-line string
describing basic usage. e.g. '[options] <file>'. Do not include the name of
the command in this string.
Specified by:
getUsageHelp
in interface Command
Overrides:
getUsageHelp
in class AbstractCommand
Returns:
the command's usage help