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 Object implements ResourceFilterImpl.Matcher
Matches the path of a resource node against a path string.
Author:
Eike Stepper
  • Field Details

    • path

      protected final String path
  • Constructor Details

    • PathMatcher

      public PathMatcher(String path)
  • Method Details