Uses of Class
org.springframework.boot.cli.command.options.OptionHandler
Packages that use OptionHandler
Package
Description
Command infrastructure for the CLI.
Support classes for handling command line options.
-
Uses of OptionHandler in org.springframework.boot.cli.command
Methods in org.springframework.boot.cli.command that return OptionHandlerConstructors in org.springframework.boot.cli.command with parameters of type OptionHandlerModifierConstructorDescriptionprotected
OptionParsingCommand
(String name, String description, OptionHandler handler) -
Uses of OptionHandler in org.springframework.boot.cli.command.options
Subclasses of OptionHandler in org.springframework.boot.cli.command.optionsModifier and TypeClassDescriptionclass
AnOptionHandler
for commands that result in the compilation of one or more Groovy scripts.