de.spieleck.app.jacson.eval
Class LoggingEvaluator
java.lang.Object
de.spieleck.app.jacson.PluginBase
de.spieleck.app.jacson.eval.EvaluatorBase
de.spieleck.app.jacson.eval.LoggingEvaluator
- All Implemented Interfaces:
- ConfigVerify.Acceptor, JacsonChunkDrain, JacsonEvaluator, JacsonRegistrable, JacsonReporting, JacsonStately
- public class LoggingEvaluator
- extends EvaluatorBase
- implements ConfigVerify.Acceptor
An evaluator reporting everything it gets to see, without
making any statistics.
- Author:
- fsn
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NUMBERS_NODE
public static final java.lang.String NUMBERS_NODE
- See Also:
- Constant Field Values
numbers
protected boolean numbers
LoggingEvaluator
public LoggingEvaluator()
init
public void init(ConfigNode config,
JacsonRegistry registry)
throws JacsonConfigException
- Specified by:
init
in interface JacsonRegistrable
- Throws:
JacsonConfigException
accept
public boolean accept(ConfigNode cn)
- Specified by:
accept
in interface ConfigVerify.Acceptor
putChunk
public void putChunk(java.lang.String chunk)
- Description copied from interface:
JacsonChunkDrain
- Feed a single chunk into this filter
- Specified by:
putChunk
in interface JacsonChunkDrain
summary
public void summary()
- Description copied from class:
PluginBase
- Do nothing default implementation
- Specified by:
summary
in interface JacsonReporting
- Overrides:
summary
in class PluginBase
Copyleft 2002 spieleck.de.