Package org.harctoolbox.cmdline
Class AbstractCommand
java.lang.Object
org.harctoolbox.cmdline.AbstractCommand
- Direct Known Subclasses:
CommandAnalyze,CommandBitField,CommandCode,CommandDecode,CommandDemodulate,CommandExpression,CommandHelp,CommandLirc,CommandList,CommandLogOptions,CommandRender,CommandVersion
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns a possibly longer documentation of the command.booleanprocess(CmdLineProgram instance)
-
Field Details
-
helpRequested
protected boolean helpRequested
-
-
Constructor Details
-
AbstractCommand
public AbstractCommand()
-
-
Method Details
-
description
Returns a possibly longer documentation of the command.- Returns:
- Documentation string;
-
process
-