Jacson

Uses of Interface
de.spieleck.app.jacson.JacsonEvaluator

Packages that use JacsonEvaluator
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. 
 

Uses of JacsonEvaluator in de.spieleck.app.jacson
 

Classes in de.spieleck.app.jacson that implement JacsonEvaluator
 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.
 

Methods in de.spieleck.app.jacson with parameters of type JacsonEvaluator
 void JacsonBlock.addEvaluator(JacsonEvaluator plug)
           
 

Uses of JacsonEvaluator in de.spieleck.app.jacson.eval
 

Classes in de.spieleck.app.jacson.eval that implement JacsonEvaluator
 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 JacsonEvaluator in de.spieleck.app.jacson.eval.rhandler
 

Classes in de.spieleck.app.jacson.eval.rhandler that implement JacsonEvaluator
 class PluginAdapterHandler
          This is meant to become a wrapper to allow arbitrary evalutions to be used as RegExpHandlers.
 

Uses of JacsonEvaluator in de.spieleck.app.jacson.filter
 

Classes in de.spieleck.app.jacson.filter that implement JacsonEvaluator
 class SelectionFilterFilter
          A very complex filter that applies a JacsonSelect to a chunk, can apply filters on the matches and then remerges the chunk.
 


Spieleck

Copyleft 2002 spieleck.de.