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, loadGroupClasses
public OrGroupMatcher(GroupMatcher... matchers)
public OrGroupMatcher(Collection<GroupMatcher> matchers)
Copyright © 2004–2018 The Apache Software Foundation. All rights reserved.