GenericMatcher implements the Matcher and MatcherConfig interfaces.
GenericMatcher makes writing matchers easier. It provides simple versions of the lifecycle methods init and destroy and of the methods in the MatcherConfig interface. GenericMatcher also implements the log method, declared in the MatcherContext interface.
To write a generic matcher, you need only override the abstract match method.
@version 1.0.0, 24/04/1999 @author Serge Knystautas
|
|
|
|