Uses of Class
org.harctoolbox.girr.Command
-
Uses of Command in org.harctoolbox.girr
Modifier and TypeMethodDescriptionCommandSet.getCommand
(String commandName) Returns the Command with the given name, or null if not found.Remote.getCommand
(String commandSetName, String name) RemoteSet.getCommand
(String remote, String commandSet, String command) Modifier and TypeMethodDescriptionRemote.getCommand
(String name) Deprecated.Loop the CommandSets instead.RemoteSet.getCommand
(String name) CommandSet.getCommands()
Returns the Commands in the CommandSet.Remote.getCommands()
Deprecated.Loop the CommandSets instead.RemoteSet.getCommands()
Deprecated.Generates a list of the commands in all contained remotes.CommandSet.iterator()
Modifier and TypeMethodDescriptionstatic org.harctoolbox.ircore.ModulatedIrSequence
Command.concatenateAsSequence
(Collection<Command> commands) Concatenates the Commands in the argument using IrSignal.toModulatedIrSequence.ModifierConstructorDescriptionCommandSet
(Command command) Constructs a CommandSet from a single Command.