Package org.harctoolbox.cmdline
Class CommandAnalyze
java.lang.Object
org.harctoolbox.cmdline.AbstractCommand
org.harctoolbox.cmdline.CommandAnalyze
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringPath 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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidanalyze(PrintStream out, CommandCommonOptions commandLineArgs) Returns a possibly longer documentation of the command.booleanprocess(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:AbstractCommandReturns a possibly longer documentation of the command.- Overrides:
descriptionin classAbstractCommand- Returns:
- Documentation string;
-
process
- Overrides:
processin classAbstractCommand
-
analyze
public void analyze(PrintStream out, CommandCommonOptions commandLineArgs) throws IrpException, IrCoreException, NoDecoderMatchException, UsageException, IOException, SAXException, UnsupportedEncodingException, TransformerException
-