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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidversion(PrintStream out, org.harctoolbox.cmdline.CommandIrpDatabaseOptions commandLineArgs) voidversion(PrintStream out, CommandCommonOptions commandLineArgs, IHarcHardware hardware) Methods inherited from class org.harctoolbox.cmdline.AbstractCommand
process
-
Constructor Details
-
CommandVersion
public CommandVersion()
-
-
Method Details
-
description
- Overrides:
descriptionin 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.UsageExceptionorg.harctoolbox.irp.IrpParseExceptionIOExceptionorg.harctoolbox.irp.UnknownProtocolExceptionSAXException
-
version
public void version(PrintStream out, CommandCommonOptions commandLineArgs, IHarcHardware hardware) throws IOException, HarcHardwareException - Throws:
IOExceptionHarcHardwareException
-