Uses of Interface
org.apache.maven.surefire.group.match.GroupMatcher
-
Packages that use GroupMatcher Package Description org.apache.maven.surefire.group.match org.apache.maven.surefire.group.parse -
-
Uses of GroupMatcher in org.apache.maven.surefire.group.match
Classes in org.apache.maven.surefire.group.match that implement GroupMatcher Modifier and Type Class Description class
AndGroupMatcher
AND group matcherclass
InverseGroupMatcher
Inverse group matcherclass
JoinGroupMatcher
Joins several group matchersclass
OrGroupMatcher
OR group matcherclass
SingleGroupMatcher
Single group matcherMethods in org.apache.maven.surefire.group.match that return types with arguments of type GroupMatcher Modifier and Type Method Description protected java.util.Set<GroupMatcher>
JoinGroupMatcher. getMatchers()
Methods in org.apache.maven.surefire.group.match with parameters of type GroupMatcher Modifier and Type Method Description boolean
JoinGroupMatcher. addMatcher(GroupMatcher matcher)
Constructors in org.apache.maven.surefire.group.match with parameters of type GroupMatcher Constructor Description AndGroupMatcher(GroupMatcher... matchers)
InverseGroupMatcher(GroupMatcher matcher)
OrGroupMatcher(GroupMatcher... matchers)
Constructor parameters in org.apache.maven.surefire.group.match with type arguments of type GroupMatcher Constructor Description AndGroupMatcher(java.util.Collection<GroupMatcher> matchers)
OrGroupMatcher(java.util.Collection<GroupMatcher> matchers)
-
Uses of GroupMatcher in org.apache.maven.surefire.group.parse
Methods in org.apache.maven.surefire.group.parse that return GroupMatcher Modifier and Type Method Description GroupMatcher
GroupMatcherParser. expr()
GroupMatcher
GroupMatcherParser. group()
GroupMatcher
GroupMatcherParser. igroup()
GroupMatcher
GroupMatcherParser. parse()
GroupMatcher
GroupMatcherParser. value()
-