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