Uses of Enum
org.apache.maven.surefire.cli.CommandLineOption
Packages that use CommandLineOption
Package
Description
-
Uses of CommandLineOption in org.apache.maven.surefire.booter
Methods in org.apache.maven.surefire.booter that return types with arguments of type CommandLineOptionMethod parameters in org.apache.maven.surefire.booter with type arguments of type CommandLineOptionModifier and TypeMethodDescriptionvoid
BaseProviderFactory.setMainCliOptions
(List<CommandLineOption> mainCliOptions) void
SurefireReflector.setMainCliOptions
(Object o, List<CommandLineOption> options) -
Uses of CommandLineOption in org.apache.maven.surefire.cli
Methods in org.apache.maven.surefire.cli that return CommandLineOptionModifier 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.Methods in org.apache.maven.surefire.cli that return types with arguments of type CommandLineOptionModifier and TypeMethodDescriptionstatic List
<CommandLineOption> CommandLineOption.fromStrings
(Collection<String> elements) Method parameters in org.apache.maven.surefire.cli with type arguments of type CommandLineOptionModifier and TypeMethodDescriptionCommandLineOption.toStrings
(Collection<CommandLineOption> options) -
Uses of CommandLineOption in org.apache.maven.surefire.providerapi
Methods in org.apache.maven.surefire.providerapi that return types with arguments of type CommandLineOption