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