Package org.harctoolbox.cmdline
Class CommandHelp
java.lang.Object
org.harctoolbox.cmdline.AbstractCommand
org.harctoolbox.cmdline.CommandHelp
-
Field Summary
Fields inherited from class org.harctoolbox.cmdline.AbstractCommand
helpRequested -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns a possibly longer documentation of the command.voidhelp(PrintStream out, AbstractCommand commonCommand, com.beust.jcommander.JCommander argumentParser, String url) static voidusage(PrintStream printStream, String command, com.beust.jcommander.JCommander argumentParser) Methods inherited from class org.harctoolbox.cmdline.AbstractCommand
process
-
Constructor Details
-
CommandHelp
public CommandHelp()
-
-
Method Details
-
usage
public static void usage(PrintStream printStream, String command, com.beust.jcommander.JCommander argumentParser) -
help
public void help(PrintStream out, AbstractCommand commonCommand, com.beust.jcommander.JCommander argumentParser, String url) -
description
Description copied from class:AbstractCommandReturns a possibly longer documentation of the command.- Overrides:
descriptionin classAbstractCommand- Returns:
- Documentation string;
-