public class PathMatcherOrChain extends Object implements PathMatcher
| Constructor and Description |
|---|
PathMatcherOrChain(PathMatcher... matchers) |
| Modifier and Type | Method and Description |
|---|---|
PathMatcher[] |
getMatchers() |
int |
matchWeight(ParseEvent event,
String value) |
Predicate<Path> |
needsKeyCollection() |
Predicate<Path> |
needsObjectCollection() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitmatchespublic PathMatcherOrChain(PathMatcher... matchers)
public int matchWeight(ParseEvent event, String value)
matchWeight in interface PathMatcherpublic Predicate<Path> needsKeyCollection()
needsKeyCollection in interface PathMatcherpublic Predicate<Path> needsObjectCollection()
needsObjectCollection in interface PathMatcherpublic PathMatcher[] getMatchers()
Copyright © 2017. All rights reserved.