lempinen.neatseeker.core
Class AbstractCollector

java.lang.Object
  |
  +--lempinen.neatseeker.core.AbstractCollector
All Implemented Interfaces:
Collector
Direct Known Subclasses:
FileSystemCollector

public abstract class AbstractCollector
extends java.lang.Object
implements Collector

Provides an abstract implementation of a Collector.

Version:
$Id: AbstractCollector.java,v 1.1 2000/09/23 11:21:23 lempinen Exp $

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
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 
Methods inherited from interface lempinen.neatseeker.core.Collector
start
 

Field Detail

indexer

protected Indexer indexer
The indexer partner.

conf

protected Configuration conf
The configuration object.
Constructor Detail

AbstractCollector

public AbstractCollector(Indexer i)

AbstractCollector

public AbstractCollector()
Method Detail

init

public void init(Indexer i)
Description copied from interface: Collector
Initialises the Collector (if created with the empty constructor).
Specified by:
init in interface Collector