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