Uses of Interface
org.apache.maven.surefire.group.match.GroupMatcher

Packages that use GroupMatcher
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
 class AndGroupMatcher
          AND group matcher
 class InverseGroupMatcher
          Inverse group matcher
 class JoinGroupMatcher
          Joins several group matchers
 class OrGroupMatcher
          OR group matcher
 class SingleGroupMatcher
          Single group matcher
 

Methods in org.apache.maven.surefire.group.match that return types with arguments of type GroupMatcher
protected  Set<GroupMatcher> JoinGroupMatcher.getMatchers()
           
 

Methods in org.apache.maven.surefire.group.match with parameters of type GroupMatcher
 boolean JoinGroupMatcher.addMatcher(GroupMatcher matcher)
           
 

Constructors in org.apache.maven.surefire.group.match with parameters of type GroupMatcher
AndGroupMatcher(GroupMatcher... matchers)
           
InverseGroupMatcher(GroupMatcher matcher)
           
OrGroupMatcher(GroupMatcher... matchers)
           
 

Constructor parameters in org.apache.maven.surefire.group.match with type arguments of type GroupMatcher
AndGroupMatcher(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 GroupMatcher
 GroupMatcher GroupMatcherParser.expr()
           
 GroupMatcher GroupMatcherParser.group()
           
 GroupMatcher GroupMatcherParser.igroup()
           
 GroupMatcher GroupMatcherParser.parse()
           
 GroupMatcher GroupMatcherParser.value()
           
 



Copyright © 2004–2014 The Apache Software Foundation. All rights reserved.