Package | Description |
---|---|
org.apache.maven.surefire.api.booter | |
org.apache.maven.surefire.api.cli | |
org.apache.maven.surefire.api.provider |
Modifier and Type | Method and Description |
---|---|
List<CommandLineOption> |
BaseProviderFactory.getMainCliOptions() |
Modifier and Type | Method and Description |
---|---|
void |
BaseProviderFactory.setMainCliOptions(List<CommandLineOption> mainCliOptions)
CLI options in plugin (main) JVM process.
|
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 |
---|---|
List<CommandLineOption> |
ProviderParameters.getMainCliOptions() |
Copyright © 2004–2024 The Apache Software Foundation. All rights reserved.