Uses of Enum
org.apache.maven.surefire.api.cli.CommandLineOption
Packages that use CommandLineOption
Package
Description
-
Uses of CommandLineOption in org.apache.maven.surefire.api.booter
Methods in org.apache.maven.surefire.api.booter that return types with arguments of type CommandLineOptionMethod parameters in org.apache.maven.surefire.api.booter with type arguments of type CommandLineOptionModifier and TypeMethodDescriptionvoidBaseProviderFactory.setMainCliOptions(List<CommandLineOption> mainCliOptions) CLI options in plugin (main) JVM process. -
Uses of CommandLineOption in org.apache.maven.surefire.api.cli
Subclasses with type arguments of type CommandLineOption in org.apache.maven.surefire.api.cliMethods in org.apache.maven.surefire.api.cli that return CommandLineOptionModifier and TypeMethodDescriptionstatic CommandLineOptionReturns 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.api.cli that return types with arguments of type CommandLineOptionModifier and TypeMethodDescriptionstatic List<CommandLineOption> CommandLineOption.fromStrings(Collection<String> elements) -
Uses of CommandLineOption in org.apache.maven.surefire.api.provider
Methods in org.apache.maven.surefire.api.provider that return types with arguments of type CommandLineOption