Package org.harctoolbox.cmdline
Class CommandList
java.lang.Object
org.harctoolbox.cmdline.AbstractCommand
org.harctoolbox.cmdline.CommandList
-
Field Summary
Fields inherited from class org.harctoolbox.cmdline.AbstractCommand
helpRequested
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns a possibly longer documentation of the command.void
list
(PrintStream out, CommandCommonOptions commandLineArgs, IrpDatabase irpDatabase) Methods inherited from class org.harctoolbox.cmdline.AbstractCommand
process
-
Constructor Details
-
CommandList
public CommandList()
-
-
Method Details
-
description
Description copied from class:AbstractCommand
Returns a possibly longer documentation of the command.- Overrides:
description
in classAbstractCommand
- Returns:
- Documentation string;
-
list
public void list(PrintStream out, CommandCommonOptions commandLineArgs, IrpDatabase irpDatabase) throws UsageException, InvalidNameException, UnsupportedRepeatException, IrpInvalidArgumentException, NameUnassignedException, UnknownProtocolException, UnsupportedEncodingException, NamedProtocol.TooDeepPreferOversException
-