Klasse PathMatcher

java.lang.Object
org.xbib.net.path.structure.Path
org.xbib.net.path.structure.PathMatcher

public class PathMatcher extends Path
  • Konstruktordetails

    • PathMatcher

      public PathMatcher()
    • PathMatcher

      public PathMatcher(String pathSpec, String pathSeparator, boolean trimTokens, boolean caseSensitive, boolean fullMatch, org.xbib.net.ParameterBuilder parameterBuilder)
  • Methodendetails

    • of

      public static PathMatcher of(String pathSpec)
    • setPathSeparator

      public void setPathSeparator(String pathSeparator)
    • getParameter

      public org.xbib.net.Parameter getParameter()
    • getAnalyzedSegments

      public List<PathSegment> getAnalyzedSegments()
    • match

      public boolean match(String pathSpec, String path)
    • match

      public boolean match(String path)