|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MatchHandler
A MatchHandler is responsible for actually running the match of a given MatcherContext
.
Many times it wraps the actual call to the matcher with some custom logic, e.g. for error handling.
Method Summary | |
---|---|
boolean |
match(MatcherContext<?> context)
Runs the given MatcherContext. |
boolean |
matchRoot(MatcherContext<?> rootContext)
Runs the root MatcherContext. |
Method Detail |
---|
boolean matchRoot(MatcherContext<?> rootContext)
rootContext
- the root MatcherContext.
boolean match(MatcherContext<?> context)
context
- the MatcherContext
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |