java.lang.Object
org.nuxeo.ecm.webengine.jaxrs.servlet.mapping.PathMatcher

public class PathMatcher extends Object
Author:
Bogdan Stefanescu
  • Field Details

  • Constructor Details

  • Method Details

    • matches

      public boolean matches(String path)
    • matches

      public boolean matches(Path path)
    • matches

      public boolean matches(String[] segments, int soff, int moff)
    • compile

      public static PathMatcher compile(String path)
    • compile

      public static PathMatcher compile(Path path)
    • toString

      public String toString()
      Overrides:
      toString in class Object