Package org.harctoolbox.cmdline
Class CommandAnalyze
java.lang.Object
org.harctoolbox.cmdline.AbstractCommand
org.harctoolbox.cmdline.CommandAnalyze
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Path name, as found in the jar, of the XSLT style sheet taking raw girr to named input format.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)
-
Field Details
-
RAWGIRR2NAMEINPUT
Path name, as found in the jar, of the XSLT style sheet taking raw girr to named input format.- See Also:
-
-
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
-