Package org.harctoolbox.cmdline
Class CommandVersion
java.lang.Object
org.harctoolbox.cmdline.AbstractCommand
org.harctoolbox.cmdline.CommandVersion
-
Field Summary
Fields inherited from class org.harctoolbox.cmdline.AbstractCommand
helpRequested
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns a possibly longer documentation of the command.void
version
(PrintStream out, CommandIrpDatabaseOptions commandLineArgs, IrpDatabase irpDatabase) Methods inherited from class org.harctoolbox.cmdline.AbstractCommand
process
-
Constructor Details
-
CommandVersion
public CommandVersion()
-
-
Method Details
-
description
Description copied from class:AbstractCommand
Returns a possibly longer documentation of the command.- Overrides:
description
in classAbstractCommand
- Returns:
- Documentation string;
-
version
public void version(PrintStream out, CommandIrpDatabaseOptions commandLineArgs, IrpDatabase irpDatabase)
-