Uses of Class
org.harctoolbox.girr.Command
-
Uses of Command in org.harctoolbox.girr
Methods in org.harctoolbox.girr that return CommandModifier 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) Methods in org.harctoolbox.girr that return types with arguments of type CommandModifier 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()
Method parameters in org.harctoolbox.girr with type arguments of type CommandModifier and TypeMethodDescriptionstatic org.harctoolbox.ircore.ModulatedIrSequence
Command.concatenateAsSequence
(Collection<Command> commands) Concatenates the Commands in the argument using IrSignal.toModulatedIrSequence.Constructors in org.harctoolbox.girr with parameters of type CommandModifierConstructorDescriptionCommandSet
(Command command) Constructs a CommandSet from a single Command.