public class PathMatcher extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
PathMatcher.PrefixMatcher |
static class |
PathMatcher.RegexMatcher |
| Modifier | Constructor and Description |
|---|---|
protected |
PathMatcher() |
| Modifier and Type | Method and Description |
|---|---|
static PathMatcher |
getAllMatcher() |
static PathMatcher |
getPrefixMatcher(String prefix) |
static PathMatcher |
getRegexMatcher(String regex) |
boolean |
match(String value) |
protected PathMatcher()
public static PathMatcher getRegexMatcher(String regex)
public static PathMatcher getPrefixMatcher(String prefix)
public static PathMatcher getAllMatcher()
Copyright © 2016 Nuxeo SA. All rights reserved.