|
Jacson | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConfigVerify.Acceptor | |
de.spieleck.app.jacson | |
de.spieleck.app.jacson.eval | Standard repository of JacsonEvaluator
subclasses. |
de.spieleck.app.jacson.eval.rhandler | |
de.spieleck.app.jacson.filter | Standard repository of JacsonFilter
subclasses. |
de.spieleck.app.jacson.report | Standard repository of JacsonReport
subclasses. |
de.spieleck.app.jacson.select | Standard repository of JacsonSelect
subclasses. |
de.spieleck.app.jacson.source | Standard repository of JacsonChunkSource
subclasses. |
de.spieleck.app.jacson.util | Helper classes for the Jacson program. |
de.spieleck.config | Provide simple access to xml based configuration files. |
Uses of ConfigVerify.Acceptor in de.spieleck.app.jacson |
Classes in de.spieleck.app.jacson that implement ConfigVerify.Acceptor | |
class |
Jacson
The master Object to be used when Jacson is embedded into other programs and also a main() driver to enable
Jacson on the commandline. |
class |
JacsonBlock
Special Evaluator to actually perform whole standard processing. |
class |
JacsonGeneric
This class extends Jacson and offers the possibility to configure JacsonSources instead of creating them programmatically The JacsonSources used by GenericJacson have to implement GenericJacsonChunkSources. |
class |
JacsonTail
Class to implement main() program to watch text files for changes. |
Uses of ConfigVerify.Acceptor in de.spieleck.app.jacson.eval |
Classes in de.spieleck.app.jacson.eval that implement ConfigVerify.Acceptor | |
class |
CountEvaluator
A JacsonEvaluator simply counting everything,
whatever it is. |
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 ConfigVerify.Acceptor in de.spieleck.app.jacson.eval.rhandler |
Classes in de.spieleck.app.jacson.eval.rhandler that implement ConfigVerify.Acceptor | |
class |
PluginAdapterHandler
This is meant to become a wrapper to allow arbitrary evalutions to be used as RegExpHandlers. |
Uses of ConfigVerify.Acceptor in de.spieleck.app.jacson.filter |
Classes in de.spieleck.app.jacson.filter that implement ConfigVerify.Acceptor | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
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 |
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
|