Package | Description |
---|---|
org.apache.maven.surefire.group.match | |
org.apache.maven.surefire.group.parse |
Modifier and Type | Class and Description |
---|---|
class |
AndGroupMatcher |
class |
InverseGroupMatcher |
class |
JoinGroupMatcher |
class |
OrGroupMatcher |
class |
SingleGroupMatcher |
Modifier and Type | Method and Description |
---|---|
protected Set<GroupMatcher> |
JoinGroupMatcher.getMatchers() |
Modifier and Type | Method and Description |
---|---|
boolean |
JoinGroupMatcher.addMatcher(GroupMatcher matcher) |
Constructor and Description |
---|
AndGroupMatcher(GroupMatcher... matchers) |
InverseGroupMatcher(GroupMatcher matcher) |
OrGroupMatcher(GroupMatcher... matchers) |
Constructor and Description |
---|
AndGroupMatcher(Collection<GroupMatcher> matchers) |
OrGroupMatcher(Collection<GroupMatcher> matchers) |
Modifier and Type | Method and Description |
---|---|
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.