be.lassi.lanbox.tools
Class CueStepParser
java.lang.Object
be.lassi.lanbox.tools.CueStepParser
public class CueStepParser
- extends java.lang.Object
Parses strings with cue step textual descriptions.
Method Summary |
CueStep |
get(java.lang.String string)
Gets the cue step object from given textual description. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CueStepParser
public CueStepParser()
get
public CueStep get(java.lang.String string)
throws ParseException
- Gets the cue step object from given textual description.
- Parameters:
string
- the cue step textual description
- Returns:
- the cue step object
- Throws:
ParseException
- if syntax invalid