Package org.harctoolbox.cmdline
Class CommandDecode
java.lang.Object
org.harctoolbox.cmdline.AbstractCommand
org.harctoolbox.cmdline.CommandDecode
-
Field Summary
Fields inherited from class org.harctoolbox.cmdline.AbstractCommand
helpRequested -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddecode(PrintStream out, CommandCommonOptions commandLineArgs, IrpDatabase irpDatabase) Returns a possibly longer documentation of the command.Methods inherited from class org.harctoolbox.cmdline.AbstractCommand
process
-
Constructor Details
-
CommandDecode
public CommandDecode()
-
-
Method Details
-
description
Description copied from class:AbstractCommandReturns a possibly longer documentation of the command.- Overrides:
descriptionin classAbstractCommand- Returns:
- Documentation string;
-
decode
public void decode(PrintStream out, CommandCommonOptions commandLineArgs, IrpDatabase irpDatabase) throws UsageException, IrpParseException, IOException, InvalidArgumentException, SAXException, TransformerException
-