public class AndGroupMatcher extends JoinGroupMatcher
Constructor and Description |
---|
AndGroupMatcher(Collection<GroupMatcher> matchers) |
AndGroupMatcher(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 AndGroupMatcher(GroupMatcher... matchers)
public AndGroupMatcher(Collection<GroupMatcher> matchers)
Copyright © 2004–2018 The Apache Software Foundation. All rights reserved.