|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
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. |
FtpServerLogLine | A plugin that takes an input stream and returns a line at a time. |
Line | A plugin that takes an input stream and returns a line at a time. |
MailServerLogLine | A plugin that takes an input stream and returns a line at a time. |
WebServerLogLine | A plugin that takes an input stream and returns a line at a time. |
The interfaces for plugin objects, and some default implementations.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |