|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectanl.aida.reader.ScraperTests.RRProcessor
private static class ScraperTests.RRProcessor
Field Summary | |
---|---|
(package private) int |
count
|
(package private) java.lang.String |
expectedSource
|
Constructor Summary | |
---|---|
ScraperTests.RRProcessor(java.lang.String expectedSource)
|
Method Summary | |
---|---|
void |
done()
Notifies the processor that it is done processing results. |
void |
initialize()
Initializes the processor. |
void |
process(ReaderResult result)
Process the specified result. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
int count
java.lang.String expectedSource
Constructor Detail |
---|
public ScraperTests.RRProcessor(java.lang.String expectedSource)
Method Detail |
---|
public void process(ReaderResult result) throws AIDAException
ReaderResultProcessor
process
in interface ReaderResultProcessor
result
- the result to process
AIDAException
- if there is an error processing the resultpublic void done() throws java.io.IOException
ReaderResultProcessor
done
in interface ReaderResultProcessor
java.io.IOException
public void initialize() throws AIDAException
ReaderResultProcessor
initialize
in interface ReaderResultProcessor
AIDAException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |