|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectanl.aida.reader.local.DailySentinelHTMLReader.Processor
private class DailySentinelHTMLReader.Processor
Field Summary | |
---|---|
private static int |
COLLECTING
|
private int |
status
|
private static int |
STOPPED
|
private static int |
WAITING
|
Constructor Summary | |
---|---|
private |
DailySentinelHTMLReader.Processor()
|
Method Summary | |
---|---|
boolean |
done()
If this returns true, the code that is feeding lines to this processor can then stop. |
void |
processLine(java.lang.String line)
Process the line. |
void |
reset()
Resets the processor so it may be used with another document. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private static final int WAITING
private static final int COLLECTING
private static final int STOPPED
private int status
Constructor Detail |
---|
private DailySentinelHTMLReader.Processor()
Method Detail |
---|
public void processLine(java.lang.String line)
DocumentProcessor
processLine
in interface DocumentProcessor
line
- the line to processpublic boolean done()
DocumentProcessor
done
in interface DocumentProcessor
public void reset()
DocumentProcessor
reset
in interface DocumentProcessor
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |