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
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns a possibly longer documentation of the command.boolean
process
(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
-