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)
|
handle
public void handle(JacsonState state,
java.lang.String chunk,
org.apache.oro.text.regex.MatchResult mRes)
throws JacsonException
- Throws:
JacsonException
Copyleft 2002 spieleck.de.