Class JoinGroupMatcher
java.lang.Object
org.apache.maven.surefire.group.match.JoinGroupMatcher
- All Implemented Interfaces:
 GroupMatcher
- Direct Known Subclasses:
 AndGroupMatcher,OrGroupMatcher
Joins several group matchers
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionfinal booleanaddMatcher(GroupMatcher matcher) protected final Set<GroupMatcher> voidloadGroupClasses(ClassLoader cloader) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.maven.surefire.group.match.GroupMatcher
enabled, enabled 
- 
Constructor Details
- 
JoinGroupMatcher
public JoinGroupMatcher() 
 - 
 - 
Method Details
- 
addMatcher
 - 
getMatchers
 - 
loadGroupClasses
- Specified by:
 loadGroupClassesin interfaceGroupMatcher
 
 -