Uses of Enum
org.apache.maven.surefire.api.cli.CommandLineOption
Package
Description
-
Uses of CommandLineOption in org.apache.maven.surefire.api.booter
Modifier and TypeMethodDescriptionvoid
BaseProviderFactory.setMainCliOptions
(List<CommandLineOption> mainCliOptions) CLI options in plugin (main) JVM process. -
Uses of CommandLineOption in org.apache.maven.surefire.api.cli
Modifier and TypeMethodDescriptionstatic CommandLineOption
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 TypeMethodDescriptionstatic List<CommandLineOption>
CommandLineOption.fromStrings
(Collection<String> elements) -
Uses of CommandLineOption in org.apache.maven.surefire.api.provider