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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns a possibly longer documentation of the command.voidversion(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:AbstractCommandReturns a possibly longer documentation of the command.- Overrides:
descriptionin classAbstractCommand- Returns:
- Documentation string;
-
version
public void version(PrintStream out, CommandIrpDatabaseOptions commandLineArgs, IrpDatabase irpDatabase)
-