Definition at line 42 of file Composer.java.
Public Methods | |
void | setup () throws IOException, ParserException |
Setup the Composer - read in files, etc. | |
abstract EDLFile | compose () |
Compose an EDLFile. | |
void | go () |
void | addCommandToAllEDLChunks (String cmd) |
Add a command to all chunks in outFile. | |
void | addCommandsToAllEDLChunks (Vector cmds) |
Add commands to all chunks in outFile. | |
void | addCommand (String cmd) |
Add a command to be applied to all EDL chunks. | |
void | parseCommands (String[] args, String argString) |
Parse command strings from the command line arguments. | |
Static Public Methods | |
void | printCommandLineOptions (char arg) |
Public Attributes | |
EDLFile | outFile |
|
Compose an EDLFile. This is where the magic happens. Implemented in composers.BlipComposer, composers.IntraChunkShuffleComposer, composers.MashupComposer, composers.MeapaeMComposer, composers.NNComposer, and composers.SortComposer. |
|
Setup the Composer - read in files, etc. This should be called before any call to compose() to ensure that the inputs and outputs are properly initialized. Reimplemented from meapsoft.MEAPUtil. Reimplemented in composers.BlipComposer, composers.IntraChunkShuffleComposer, composers.MashupComposer, composers.MeapaeMComposer, and composers.SortComposer. Definition at line 56 of file Composer.java. |