Class CommandCommonOptions
java.lang.Object
org.harctoolbox.cmdline.AbstractCommand
org.harctoolbox.cmdline.CommandLogOptions
org.harctoolbox.cmdline.CommandBasicOptions
org.harctoolbox.cmdline.CommandIrpDatabaseOptions
org.harctoolbox.cmdline.CommandDecodeParameterOptions
org.harctoolbox.harchardware.cmdline.CommandCommonOptions
public class CommandCommonOptions
extends org.harctoolbox.cmdline.CommandDecodeParameterOptions
-
Field Summary
FieldsFields inherited from class org.harctoolbox.cmdline.CommandDecodeParameterOptions
absoluteTolerance, frequencyTolerance, minLeadout, minRepeatGap, override, relativeToleranceFields inherited from class org.harctoolbox.cmdline.CommandIrpDatabaseOptions
blackList, configFiles, irp, validateFields inherited from class org.harctoolbox.cmdline.CommandBasicOptions
inputEncoding, output, outputEncoding, quiet, versionRequestedFields inherited from class org.harctoolbox.cmdline.CommandLogOptions
logclasses, logfile, logformat, logLevel, xmlLogFields inherited from class org.harctoolbox.cmdline.AbstractCommand
helpRequested -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAppHome(Class<?> mainClass) booleanhasClass()voidbooleanvoidsetupTimeouts(IIrReader hardware) Methods inherited from class org.harctoolbox.cmdline.CommandDecodeParameterOptions
decoderParametersMethods inherited from class org.harctoolbox.cmdline.CommandIrpDatabaseOptions
setupDatabaseMethods inherited from class org.harctoolbox.cmdline.AbstractCommand
description, process
-
Field Details
-
className
-
-
Constructor Details
-
CommandCommonOptions
public CommandCommonOptions()
-
-
Method Details
-
setupHardware
public IHarcHardware setupHardware() throws org.harctoolbox.cmdline.UsageException, ClassNotFoundException, NoSuchMethodException, InstantiationException, IllegalAccessException, IllegalArgumentException, IOException, HarcHardwareException- Throws:
org.harctoolbox.cmdline.UsageExceptionClassNotFoundExceptionNoSuchMethodExceptionInstantiationExceptionIllegalAccessExceptionIllegalArgumentExceptionIOExceptionHarcHardwareException
-
listSerialDevices
- Throws:
IOException
-
getAppHome
-
hasClass
public boolean hasClass() -
initialize
public void initialize() throws org.harctoolbox.cmdline.UsageException- Throws:
org.harctoolbox.cmdline.UsageException
-
setupTimeouts
- Throws:
IOExceptionHarcHardwareException
-