Uses of Class
org.apache.maven.surefire.group.parse.GroupMatcherParser.Op
-
Packages that use GroupMatcherParser.Op Package Description org.apache.maven.surefire.group.parse -
-
Uses of GroupMatcherParser.Op in org.apache.maven.surefire.group.parse
Methods in org.apache.maven.surefire.group.parse that return GroupMatcherParser.Op Modifier and Type Method Description GroupMatcherParser.Op
GroupMatcherParser. op()
static GroupMatcherParser.Op
GroupMatcherParser.Op. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static GroupMatcherParser.Op[]
GroupMatcherParser.Op. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.maven.surefire.group.parse with parameters of type GroupMatcherParser.Op Modifier and Type Method Description private GroupMatcher
GroupMatcherParser. getMatcher(GroupMatcherParser.Op op, GroupMatcher... matchers)
-