Package | Description |
---|---|
org.apache.maven.surefire.group.match | |
org.apache.maven.surefire.group.parse |
Modifier and Type | Class and Description |
---|---|
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
|
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.