Uses of Interface
org.apache.maven.surefire.group.match.GroupMatcher
Packages that use GroupMatcher
-
Uses of GroupMatcher in org.apache.maven.surefire.group.match
Classes in org.apache.maven.surefire.group.match that implement GroupMatcherModifier and TypeClassDescriptionclassAND group matcherclassInverse group matcherclassJoins several group matchersclassOR group matcherclassSingle group matcherMethods in org.apache.maven.surefire.group.match that return types with arguments of type GroupMatcherModifier and TypeMethodDescriptionprotected final Set<GroupMatcher> JoinGroupMatcher.getMatchers()Methods in org.apache.maven.surefire.group.match with parameters of type GroupMatcherModifier and TypeMethodDescriptionfinal booleanJoinGroupMatcher.addMatcher(GroupMatcher matcher) Constructors in org.apache.maven.surefire.group.match with parameters of type GroupMatcherModifierConstructorDescriptionAndGroupMatcher(GroupMatcher... matchers) InverseGroupMatcher(GroupMatcher matcher) OrGroupMatcher(GroupMatcher... matchers) Constructor parameters in org.apache.maven.surefire.group.match with type arguments of type GroupMatcherModifierConstructorDescriptionAndGroupMatcher(Collection<GroupMatcher> matchers) OrGroupMatcher(Collection<GroupMatcher> matchers) -
Uses of GroupMatcher in org.apache.maven.surefire.group.parse
Methods in org.apache.maven.surefire.group.parse that return GroupMatcherModifier and TypeMethodDescriptionfinal GroupMatcherGroupMatcherParser.expr()final GroupMatcherGroupMatcherParser.group()final GroupMatcherGroupMatcherParser.igroup()final GroupMatcherGroupMatcherParser.parse()final GroupMatcherGroupMatcherParser.value()