- All Implemented Interfaces:
IdMatcher
A wrapper around a collection of IdMatchers. A match occurs if any matcher matches.
-
Constructor Summary
Constructors
-
Method Summary
boolean
Returns true if the provided input id matches the pattern defined by this matcher instance.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Details
-
matches
Returns true if the provided input id matches the pattern defined by this matcher instance.
- Specified by:
matches
in interface IdMatcher
- Parameters:
id
- the fully qualified id
- Returns:
- true on match, false otherwise