public class PathMatcher extends Object
| Modifier and Type | Field and Description |
|---|---|
static PathMatcher |
ANY |
| Constructor and Description |
|---|
PathMatcher(SegmentMatcher... matchers) |
public static final PathMatcher ANY
public PathMatcher(SegmentMatcher... matchers)
public boolean matches(String path)
public boolean matches(Path path)
public boolean matches(String[] segments, int soff, int moff)
public static PathMatcher compile(String path)
public static PathMatcher compile(Path path)
Copyright © 2015 Nuxeo SA. All rights reserved.