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