lempinen.neatseeker.core
Interface Collector
- All Known Implementing Classes:
- AbstractCollector, FileSystemCollector
- public interface Collector
Defines the interface for various collectors.
- Version:
- $Id: Collector.java,v 1.1 2000/09/23 11:21:23 lempinen Exp $
Method Summary |
void |
init(Indexer i)
Initialises the Collector (if created with the empty constructor). |
void |
start()
Starts the collection and indexing process. |
init
public void init(Indexer i)
- Initialises the Collector (if created with the empty constructor).
start
public void start()
throws java.io.IOException
- Starts the collection and indexing process.