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