Uses of Enum
org.springframework.boot.cli.command.CommandException.Option
Packages that use CommandException.Option
-
Uses of CommandException.Option in org.springframework.boot.cli.command
Methods in org.springframework.boot.cli.command that return CommandException.OptionModifier and TypeMethodDescriptionstatic CommandException.OptionReturns the enum constant of this type with the specified name.static CommandException.Option[]CommandException.Option.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.springframework.boot.cli.command that return types with arguments of type CommandException.OptionModifier and TypeMethodDescriptionCommandException.getOptions()Returns a set of options that are understood by theCommandRunner.Constructors in org.springframework.boot.cli.command with parameters of type CommandException.OptionModifierConstructorDescriptionCommandException(String message, Throwable cause, CommandException.Option... options) Create a newCommandExceptionwith the specified options.CommandException(String message, CommandException.Option... options) Create a newCommandExceptionwith the specified options.CommandException(Throwable cause, CommandException.Option... options) Create a newCommandExceptionwith the specified options.CommandException(CommandException.Option... options) Create a newCommandExceptionwith the specified options.