lempinen.neatseeker.core
Class FileSystemCollector

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

public class FileSystemCollector
extends AbstractCollector
implements Collector

Implements a Collector for the local filesystem.

This class provides a generic Collector than can be used for scanning a local filesystem for files to build the index from.

As this class uses the DirectoryScanner utility from Jakarta Ant, it can be configured rather flexibly using the includes and excludes properties.

Version:
$Id: FileSystemCollector.java,v 1.2 2000/09/24 12:46:16 lempinen Exp $
See Also:
FileSystemScanner, DirectoryScanner

Fields inherited from class lempinen.neatseeker.core.AbstractCollector
conf, indexer
 
Constructor Summary
FileSystemCollector()
           
 
Method Summary
 void start()
          Starts the indexing process.
 
Methods inherited from class lempinen.neatseeker.core.AbstractCollector
init
 
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
init
 

Constructor Detail

FileSystemCollector

public FileSystemCollector()
Method Detail

start

public void start()
           throws java.io.IOException
Starts the indexing process.
Specified by:
start in interface Collector