public class AndGroupMatcher extends JoinGroupMatcher
matchers
Constructor and Description |
---|
AndGroupMatcher(java.util.Collection<GroupMatcher> matchers) |
AndGroupMatcher(GroupMatcher... matchers) |
Modifier and Type | Method and Description |
---|---|
boolean |
enabled(java.lang.Class<?>... cats) |
boolean |
enabled(java.lang.String... cats) |
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
java.lang.String |
toString() |
addMatcher, getMatchers, loadGroupClasses
public AndGroupMatcher(GroupMatcher... matchers)
public AndGroupMatcher(java.util.Collection<GroupMatcher> matchers)
public boolean enabled(java.lang.Class<?>... cats)
public boolean enabled(java.lang.String... cats)
public java.lang.String toString()
toString
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object