|
Jacson | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JacsonChunkSource | |
de.spieleck.app.jacson | |
de.spieleck.app.jacson.source | Standard repository of JacsonChunkSource
subclasses. |
Uses of JacsonChunkSource in de.spieleck.app.jacson |
Subinterfaces of JacsonChunkSource in de.spieleck.app.jacson | |
interface |
JacsonPlainChunkSource
Interface for a "real" source ie not a Filter |
Methods in de.spieleck.app.jacson with parameters of type JacsonChunkSource | |
void |
Jacson.run(JacsonChunkSource chunker)
|
Uses of JacsonChunkSource in de.spieleck.app.jacson.source |
Subinterfaces of JacsonChunkSource in de.spieleck.app.jacson.source | |
interface |
GenericJacsonChunkSource
JacsonChunkSource that can be used by JacsonGeneric $Id: GenericJacsonChunkSource.java 13 2005-09-28 06:02:56Z pcs $ |
Classes in de.spieleck.app.jacson.source that implement JacsonChunkSource | |
class |
ChunkSourceBase
Abstract root for easy ChunkSources. |
class |
GenericChunkSourceBase
Abstract base class for GenericJacsonChunkSources |
class |
GenericLineChunkSource
GenericLineChunkSource This JacsonSource is a prove of concept for using GenericJacsonChunkSources. |
class |
LineChunkSource
Simplest possible Source: Reads a file and generates a chunk for every single line read. |
class |
MailSource
This class implements a JacsonChunkSource for emails using. |
class |
OCRSource
This Sources uses images as input and delievers chunks which are taken from OCR. |
class |
SQLSource
This class is a JacsonSource reading input from a database. |
class |
TailSource
Implement a JacsonChunkSource
which is continuously running
and monitoring files for changes.
|
|
Spieleck | ||||||||||
PREV NEXT | FRAMES NO FRAMES |