public final class OrIdMatcher extends Object implements IdMatcher
Constructor and Description |
---|
OrIdMatcher(Collection<IdMatcher> matchers) |
Modifier and Type | Method and Description |
---|---|
boolean |
matches(String id)
Returns true if the provided input id matches the pattern defined by this matcher instance.
|
public OrIdMatcher(Collection<IdMatcher> matchers)
5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.