Jacson

de.spieleck.app.jacson.eval.rhandler
Class PluginAdapterHandler

java.lang.Object
  extended byde.spieleck.app.jacson.JacsonBlock
      extended byde.spieleck.app.jacson.eval.rhandler.PluginAdapterHandler
All Implemented Interfaces:
ConfigVerify.Acceptor, JacsonChunkDrain, JacsonEvaluator, JacsonNames, JacsonRegistrable, JacsonReporting, JacsonStately, RegExpHandler

public class PluginAdapterHandler
extends JacsonBlock
implements RegExpHandler

This is meant to become a wrapper to allow arbitrary evalutions to be used as RegExpHandlers.
XXX Well, there it is and never ever actually used. Will we need it?

Author:
fsn

Field Summary
 
Fields inherited from class de.spieleck.app.jacson.JacsonBlock
chunkDispatch, evaluators, filters, label, myState
 
Fields inherited from interface de.spieleck.app.jacson.JacsonNames
BLOCKREPORT, JS_DEBUG_FLAG, JS_MAIN_CFG, JS_OBJ_EVAL, JS_OBJ_FILTER, JS_OBJ_LABEL, JS_OBJ_REPORT, JS_OBJ_SELECT, JS_OBJ_SOURCE, JS_PCK_EVAL, JS_PCK_FILTER, JS_PCK_REPORT, JS_PCK_SELECT, JS_PCK_SOURCE, JS_REP_BLOCK, JS_REP_CHUNK, JS_REP_EVAL, JS_REP_FILTER, JS_REP_LABEL, JS_REP_LIST, JS_REP_LOG, JS_REP_NAME, JS_REP_NUMBER, JS_REP_PROC, JS_REP_RESULT, JS_REP_SUMMARY, JS_REP_TIME, JS_REP_TSTAMP, JS_REPORT_CFG, JS_STATE_ID
 
Constructor Summary
PluginAdapterHandler()
           
 
Method Summary
 void handle(JacsonState state, java.lang.String chunk, org.apache.oro.text.regex.MatchResult mRes)
           
 
Methods inherited from class de.spieleck.app.jacson.JacsonBlock
accept, addEvaluator, addFilter, addReport, clearReports, createReport, dispatchChunk, getLabel, getMyDrain, getReport, init, obtainEvaluators, obtainFilters, obtainReports, putChunk, registerReport, registerReport, registerState, registerState, setChunkDispatch, summary, summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface de.spieleck.app.jacson.JacsonRegistrable
init
 
Methods inherited from interface de.spieleck.app.jacson.JacsonReporting
registerReport, summary
 

Constructor Detail

PluginAdapterHandler

public PluginAdapterHandler()
Method Detail

handle

public void handle(JacsonState state,
                   java.lang.String chunk,
                   org.apache.oro.text.regex.MatchResult mRes)
            throws JacsonException
Specified by:
handle in interface RegExpHandler
Throws:
JacsonException

Spieleck

Copyleft 2002 spieleck.de.