Package org.harctoolbox.cmdline
Class CommandAnalyze
java.lang.Object
org.harctoolbox.cmdline.AbstractCommand
org.harctoolbox.cmdline.CommandAnalyze
-
Field Summary
Fields inherited from class org.harctoolbox.cmdline.AbstractCommand
helpRequested
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
analyze
(PrintStream out, CommandCommonOptions commandLineArgs) Returns a possibly longer documentation of the command.boolean
process
(CmdLineProgram instance)
-
Constructor Details
-
CommandAnalyze
public CommandAnalyze()
-
-
Method Details
-
description
Description copied from class:AbstractCommand
Returns a possibly longer documentation of the command.- Overrides:
description
in classAbstractCommand
- Returns:
- Documentation string;
-
process
- Overrides:
process
in classAbstractCommand
-
analyze
public void analyze(PrintStream out, CommandCommonOptions commandLineArgs) throws IrpException, IrCoreException, NoDecoderMatchException, UsageException, IOException, SAXException, UnsupportedEncodingException, TransformerException
-