|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectdip.judge.parser.TurnParser
Parses the Turns of a History file.
Nested Class Summary | |
static class |
TurnParser.Turn
A Turn object is created for each Turn detected in the History file. |
Field Summary | |
static java.lang.String |
RESULT_SUBJ_REGEX
This text (or pattern) must be present in the Subject: line. |
static java.lang.String |
SUBJ_PHASE_REGEX
Pattern for matching the phase in the Subject: line xDDDDx pattern. |
static java.lang.String |
SUBJ_PHASE_REGEX_OLD
Pattern for matching the phase in the Subject: line xDDDDx pattern. |
Constructor Summary | |
TurnParser(java.lang.String input)
Create the TurnParser and perform parsing. |
Method Summary | |
TurnParser.Turn[] |
getTurns()
Returns the turns. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String SUBJ_PHASE_REGEX
public static final java.lang.String SUBJ_PHASE_REGEX_OLD
public static final java.lang.String RESULT_SUBJ_REGEX
Constructor Detail |
public TurnParser(java.lang.String input) throws java.io.IOException, java.util.regex.PatternSyntaxException
Method Detail |
public TurnParser.Turn[] getTurns()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |