|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectUI.Run.GEVAStreamParser<GEVAErrorStreamParser.Event>
UI.Run.GEVAErrorStreamParser
public class GEVAErrorStreamParser
Parse lines from error out
| Nested Class Summary | |
|---|---|
static class |
GEVAErrorStreamParser.Event
Unique empty type for overloading |
| Nested classes/interfaces inherited from class UI.Run.GEVAStreamParser |
|---|
GEVAStreamParser.Extension, GEVAStreamParser.Line, GEVAStreamParser.LineEvent, GEVAStreamParser.Listener<E> |
| Field Summary |
|---|
| Fields inherited from class UI.Run.GEVAStreamParser |
|---|
ID_ERR_OUT, ID_STD_OUT |
| Constructor Summary | |
|---|---|
GEVAErrorStreamParser()
|
|
| Method Summary | |
|---|---|
void |
injectLine(java.lang.String text)
Fake a stream reader event causing all listeners to be notified of the line passed in as if it came from ID_ERR_OUT. |
protected void |
parseLine(GEVAStreamParser.Line line)
Parse the line and generate the necessary events by calling fireParserListener. |
| Methods inherited from class UI.Run.GEVAStreamParser |
|---|
addParserListener, begin, end, fireParserListener, injectLine, removeParserListener, streamListener |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GEVAErrorStreamParser()
| Method Detail |
|---|
public void injectLine(java.lang.String text)
injectLine in class GEVAStreamParser<GEVAErrorStreamParser.Event>protected void parseLine(GEVAStreamParser.Line line)
GEVAStreamParser
parseLine in class GEVAStreamParser<GEVAErrorStreamParser.Event>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||