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
Block A plugin that takes an input stream and returns a block at a time.
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.
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.