Package | Description |
---|---|
org.apache.maven.surefire.booter | |
org.apache.maven.surefire.cli | |
org.apache.maven.surefire.providerapi |
Modifier and Type | Method and Description |
---|---|
List<CommandLineOption> |
BaseProviderFactory.getMainCliOptions() |
Modifier and Type | Method and Description |
---|---|
void |
BaseProviderFactory.setMainCliOptions(List<CommandLineOption> mainCliOptions) |
void |
SurefireReflector.setMainCliOptions(Object o,
List<CommandLineOption> options) |
Modifier and Type | Method and Description |
---|---|
static CommandLineOption |
CommandLineOption.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CommandLineOption[] |
CommandLineOption.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static List<CommandLineOption> |
CommandLineOption.fromStrings(Collection<String> elements) |
Modifier and Type | Method and Description |
---|---|
static List<String> |
CommandLineOption.toStrings(Collection<CommandLineOption> options) |
Modifier and Type | Method and Description |
---|---|
List<CommandLineOption> |
ProviderParameters.getMainCliOptions() |
Copyright © 2004–2015 The Apache Software Foundation. All rights reserved.