Interface AntPatternTreeMatcher.SearchCallback<T extends PathNode>
-
- Enclosing class:
- AntPatternTreeMatcher
public static interface AntPatternTreeMatcher.SearchCallback<T extends PathNode>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
nodeMatched(T node)
-
-
-
Method Detail
-
nodeMatched
boolean nodeMatched(T node)
- Parameters:
node
- matching the rule- Returns:
- true if should continue the search, false otherwise
-
-