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