Class CommandVersion
java.lang.Object
org.harctoolbox.cmdline.AbstractCommand
org.harctoolbox.harchardware.cmdline.CommandVersion
public class CommandVersion
extends org.harctoolbox.cmdline.AbstractCommand
-
Field Summary
Fields inherited from class org.harctoolbox.cmdline.AbstractCommand
helpRequested
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
version
(PrintStream out, org.harctoolbox.cmdline.CommandIrpDatabaseOptions commandLineArgs) void
version
(PrintStream out, CommandCommonOptions commandLineArgs, IHarcHardware hardware) Methods inherited from class org.harctoolbox.cmdline.AbstractCommand
process
-
Constructor Details
-
CommandVersion
public CommandVersion()
-
-
Method Details
-
description
- Overrides:
description
in classorg.harctoolbox.cmdline.AbstractCommand
-
version
public void version(PrintStream out, org.harctoolbox.cmdline.CommandIrpDatabaseOptions commandLineArgs) throws org.harctoolbox.cmdline.UsageException, org.harctoolbox.irp.IrpParseException, IOException, org.harctoolbox.irp.UnknownProtocolException, SAXException - Throws:
org.harctoolbox.cmdline.UsageException
org.harctoolbox.irp.IrpParseException
IOException
org.harctoolbox.irp.UnknownProtocolException
SAXException
-
version
public void version(PrintStream out, CommandCommonOptions commandLineArgs, IHarcHardware hardware) throws IOException, HarcHardwareException - Throws:
IOException
HarcHardwareException
-