de.spieleck.app.jacson.JacsonEvaluator
Evaluators are the final drain in processing of chunks. Their purpose is to collect information about the incoming chunks and present it to the output Report.
Jacson comes with 4 general purpose Evaluators and one which is built deep into its internal structure. The latter allows the configurable composition of Evaluators by combining existing filters and evaluators.
The 4 general purpose Evaluators in
de.spieleck.app.jacson.eval
are:
CountEvaluator
LoggingEvaluator
AccountingEvaluator
sort | uniq -q | sort -r -n
deluxe).
RegExpEvaluator
RegExpHandler
classes.
This was an early class in the
design of Jacson. Some things which can be achieved with this
class can also be obtained by creating a combined evaluator with
RegExpXXX Filters and above Evaluators.