be.lassi.cues
Class CueCommandFactory
java.lang.Object
be.lassi.cues.CueCommandFactory
public class CueCommandFactory
- extends java.lang.Object
Generates Lanbox commands to save cue lists.
|
Method Summary |
java.util.List<Command> |
getCommands(CueList cueList)
Gets the commands that are needed to write given
CueList to the Lanbox. |
java.util.List<Command> |
getCommands(java.util.List<CueList> cueLists)
Gets the commands that are needed to write
the CueLists in given collection to the Lanbox. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CueCommandFactory
public CueCommandFactory()
getCommands
public java.util.List<Command> getCommands(CueList cueList)
- Gets the commands that are needed to write given
CueList to the Lanbox.
- Parameters:
cueList - the CueList to be written to the Lanbox
- Returns:
- the Lanbox commands
getCommands
public java.util.List<Command> getCommands(java.util.List<CueList> cueLists)
- Gets the commands that are needed to write
the
CueLists in given collection to the Lanbox.
- Parameters:
cueLists - the CueLists to be written to the Lanbox
- Returns:
- the Lanbox commands