|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--lempinen.neatseeker.core.AbstractCollector
Provides an abstract implementation of a Collector.
Field Summary | |
protected Configuration |
conf
The configuration object. |
protected Indexer |
indexer
The indexer partner. |
Constructor Summary | |
AbstractCollector()
|
|
AbstractCollector(Indexer i)
|
Method Summary | |
void |
init(Indexer i)
Initialises the Collector (if created with the empty constructor). |
Methods inherited from class java.lang.Object |
|
Methods inherited from interface lempinen.neatseeker.core.Collector |
start |
Field Detail |
protected Indexer indexer
protected Configuration conf
Constructor Detail |
public AbstractCollector(Indexer i)
public AbstractCollector()
Method Detail |
public void init(Indexer i)
Collector
init
in interface Collector
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |