Interface ResourceFilterImpl.Matcher
- 
- All Known Implementing Classes:
- ResourceFilterImpl.AntMatcher,- ResourceFilterImpl.ExactMatcher,- ResourceFilterImpl.PathMatcher,- ResourceFilterImpl.RegexMatcher,- ResourceFilterImpl.TreeMatcher
 - Enclosing class:
- ResourceFilterImpl
 
 public static interface ResourceFilterImpl.MatcherMatches the path of aresource node.- Author:
- Eike Stepper
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description PatternStylegetParentPatternStyle()booleanmatches(java.lang.String revisionPath)
 
- 
- 
- 
Method Detail- 
matchesboolean matches(java.lang.String revisionPath) 
 - 
getParentPatternStylePatternStyle getParentPatternStyle() 
 
- 
 
-