Jacson

de.spieleck.app.jacson.eval
Interface RegExpHandler

All Superinterfaces:
JacsonRegistrable, JacsonReporting
All Known Implementing Classes:
HandlerBase, PluginAdapterHandler

public interface RegExpHandler
extends JacsonRegistrable, JacsonReporting

Interface for classes that plug into RegExpEvaluator. XXX This is still half the old API layout, where states are passed along all the time.

Author:
fsn

Method Summary
 void handle(JacsonState state, java.lang.String chunk, org.apache.oro.text.regex.MatchResult mRes)
           
 
Methods inherited from interface de.spieleck.app.jacson.JacsonRegistrable
init
 
Methods inherited from interface de.spieleck.app.jacson.JacsonReporting
registerReport, summary
 

Method Detail

handle

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

Spieleck

Copyleft 2002 spieleck.de.