Class ResourceFilterImpl.PathMatcher
- java.lang.Object
- 
- org.eclipse.emf.cdo.security.impl.ResourceFilterImpl.PathMatcher
 
- 
- All Implemented Interfaces:
- ResourceFilterImpl.Matcher
 - Direct Known Subclasses:
- ResourceFilterImpl.AntMatcher,- ResourceFilterImpl.ExactMatcher,- ResourceFilterImpl.TreeMatcher
 - Enclosing class:
- ResourceFilterImpl
 
 protected abstract static class ResourceFilterImpl.PathMatcher extends java.lang.Object implements ResourceFilterImpl.Matcher Matches the path of aresource nodeagainst apathstring.- Author:
- Eike Stepper
 
- 
- 
Field SummaryFields Modifier and Type Field Description protected java.lang.Stringpath
 - 
Constructor SummaryConstructors Constructor Description PathMatcher(java.lang.String path)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringtoString()- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 - 
Methods inherited from interface org.eclipse.emf.cdo.security.impl.ResourceFilterImpl.MatchergetParentPatternStyle, matches
 
- 
 
-