|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--lempinen.neatseeker.core.AbstractCollector | +--lempinen.neatseeker.core.FileSystemCollector
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.
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 |
|
Methods inherited from interface lempinen.neatseeker.core.Collector |
init |
Constructor Detail |
public FileSystemCollector()
Method Detail |
public void start() throws java.io.IOException
start
in interface Collector
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |