|
Jacson | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PluginBase | |
de.spieleck.app.jacson.eval | Standard repository of JacsonEvaluator
subclasses. |
de.spieleck.app.jacson.filter | Standard repository of JacsonFilter
subclasses. |
de.spieleck.app.jacson.source | Standard repository of JacsonChunkSource
subclasses. |
Uses of PluginBase in de.spieleck.app.jacson.eval |
Subclasses of PluginBase in de.spieleck.app.jacson.eval | |
class |
AccountingEvaluator
Evaluator determines various statistics (see Accountor )
about the presented chunks. |
class |
CountEvaluator
A JacsonEvaluator simply counting everything,
whatever it is. |
class |
EvaluatorBase
Make the creation of easy Evaluations, well, easier. |
class |
GoogleEvaluator
The GoogleEvaluator searches for the chunks it receives at Google. |
class |
LoggingEvaluator
An evaluator reporting everything it gets to see, without making any statistics. |
class |
RegExpEvaluator
Regexp based Evaluator for Jacson uses pluggable
handlers to actually react on the Matches.
|
Uses of PluginBase in de.spieleck.app.jacson.filter |
Subclasses of PluginBase in de.spieleck.app.jacson.filter | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
class |
BrokenLinkFilter
This filter checks if a given chunk, treated as URL works, i.e. the given ressource is reachable |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
class |
CaseFilter
Filter that converts chunks to all uppercase or all lowercase. |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
class |
ConstFilter
This trivial Filter, which either blocks all source input or lets it all through. |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
class |
FileInsertFilter
Filter to look up lines from a file. |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
class |
FilterBase
This trivial Filter, which either blocks all source input or lets it all through. |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
class |
GroupingFilter
GroupingFilter Description Filter class which concatenates the received chunks and delivers them as one chunk as soon as a configurable split token shows up Parameters
|