Package com.timeindexing.plugin

The interfaces for plugin objects, and some default implementations.

See:
          Description

Interface Summary
InputPlugin An interface for input plugins.
OutputPlugin An interface for output plugins.
ReaderPlugin An interface for reader plugins.
ReaderResult An interface for the value returned by a reader plugin.
WriterPlugin An interface for writer plugins.
 

Class Summary
AnnotationReaderResult An implementation for the value returned by a reader plugin that also holds a value for an annotation to be assigned with the result.
Block A plugin that takes an input stream and returns a block at a time.
BufferedWriter A buffered writer plugin.
DefaultInputPlugin A class to input any data
DefaultOutputPlugin A class to output any data
DefaultReader An default reader plugin.
DefaultReaderResult A default implementation for the value returned by a reader plugin.
DefaultWriter An default writer plugin.
FileInputPlugin A class to input a whole file.
FileItem A plugin that takes a file input stream and returns the whole file.
Line A plugin that takes an input stream and returns a line at a time.
 

Package com.timeindexing.plugin Description

The interfaces for plugin objects, and some default implementations.



Timeindexing 2008