public class OrGroupMatcher extends JoinGroupMatcher
| Constructor and Description |
|---|
OrGroupMatcher(Collection<GroupMatcher> matchers) |
OrGroupMatcher(GroupMatcher... matchers) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
enabled(Class<?>... cats) |
boolean |
enabled(String... cats) |
boolean |
equals(Object obj) |
int |
hashCode() |
String |
toString() |
addMatcher, getMatchers, loadGroupClassespublic OrGroupMatcher(GroupMatcher... matchers)
public OrGroupMatcher(Collection<GroupMatcher> matchers)
Copyright © 2004–2024 The Apache Software Foundation. All rights reserved.