Class CommandCapture
java.lang.Object
org.harctoolbox.cmdline.AbstractCommand
org.harctoolbox.harchardware.cmdline.CommandCapture
- Direct Known Subclasses:
CommandReceive
public class CommandCapture
extends org.harctoolbox.cmdline.AbstractCommand
-
Field Summary
Fields inherited from class org.harctoolbox.cmdline.AbstractCommand
helpRequested
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
collect
(PrintStream out, CommandCommonOptions commandLineArgs, IHarcHardware hardware) org.harctoolbox.ircore.ModulatedIrSequence
collect
(IHarcHardware hardware) Methods inherited from class org.harctoolbox.cmdline.AbstractCommand
process
-
Constructor Details
-
CommandCapture
public CommandCapture()
-
-
Method Details
-
description
- Overrides:
description
in classorg.harctoolbox.cmdline.AbstractCommand
-
collect
public boolean collect(PrintStream out, CommandCommonOptions commandLineArgs, IHarcHardware hardware) throws org.harctoolbox.cmdline.UsageException, HarcHardwareException, org.harctoolbox.ircore.InvalidArgumentException, IOException, org.harctoolbox.irp.IrpParseException, org.harctoolbox.irp.UnknownProtocolException, SAXException - Throws:
org.harctoolbox.cmdline.UsageException
HarcHardwareException
org.harctoolbox.ircore.InvalidArgumentException
IOException
org.harctoolbox.irp.IrpParseException
org.harctoolbox.irp.UnknownProtocolException
SAXException
-
collect
public org.harctoolbox.ircore.ModulatedIrSequence collect(IHarcHardware hardware) throws HarcHardwareException, IOException, org.harctoolbox.ircore.InvalidArgumentException - Throws:
HarcHardwareException
IOException
org.harctoolbox.ircore.InvalidArgumentException
-