be.lassi.lanbox.commands
Class GetCueListInfos
java.lang.Object
be.lassi.lanbox.commands.Command
be.lassi.lanbox.commands.Script
be.lassi.lanbox.commands.GetCueListInfos
public class GetCueListInfos
- extends Script
Not an actual lanbox command, but a combination of lanbox commands to get information
(cue list number and number of steps with each cue list) about ALL cue lists stored
in the lanbox. When executing this command, the command CommonGetDirectory
will be excuted repeatedly (if required) until information of all cue lists is obtained.
CommonGetDirectory
is limited to 80 cue lists in one go.
Methods inherited from class be.lassi.lanbox.commands.Script |
execute |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
GetCueListInfos
public GetCueListInfos()
appendCommand
public void appendCommand(java.lang.StringBuilder b)
- Description copied from class:
Command
- Appends a textual description of the command.
- Overrides:
appendCommand
in class Command
- Parameters:
b
- the string builder to which to append
appendResponse
public void appendResponse(java.lang.StringBuilder b)
- Description copied from class:
Command
- Appends a textual description of the command reponse.
- Overrides:
appendResponse
in class Command
- Parameters:
b
- the string builder to which to append
doExecute
protected void doExecute(CommandProcessor processor)
- Executes this command.
- Specified by:
doExecute
in class Script
- Parameters:
connection
- the connection on which to execute the command
equals
public boolean equals(java.lang.Object object)
-
- Overrides:
equals
in class java.lang.Object
getCueListInfos
public java.util.List<CueListInfo> getCueListInfos()
- Gets the information about the cue lists in the lanbox.
- Returns:
- collection with cue list info
hashCode
public int hashCode()
-
- Overrides:
hashCode
in class Command