Class ResourceFilterImpl.AntMatcher
- java.lang.Object
- 
- org.eclipse.emf.cdo.security.impl.ResourceFilterImpl.PathMatcher
- 
- org.eclipse.emf.cdo.security.impl.ResourceFilterImpl.AntMatcher
 
 
- 
- All Implemented Interfaces:
- ResourceFilterImpl.Matcher
 - Enclosing class:
- ResourceFilterImpl
 
 protected static class ResourceFilterImpl.AntMatcher extends ResourceFilterImpl.PathMatcher - Author:
- Eike Stepper
 
- 
- 
Field Summary- 
Fields inherited from class org.eclipse.emf.cdo.security.impl.ResourceFilterImpl.PathMatcherpath
 
- 
 - 
Constructor SummaryConstructors Constructor Description AntMatcher(java.lang.String path)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description PatternStylegetParentPatternStyle()booleanmatches(java.lang.String revisionPath)- 
Methods inherited from class org.eclipse.emf.cdo.security.impl.ResourceFilterImpl.PathMatchertoString
 
- 
 
- 
- 
- 
Method Detail- 
matchespublic boolean matches(java.lang.String revisionPath) 
 - 
getParentPatternStylepublic PatternStyle getParentPatternStyle() 
 
- 
 
-