Uses of Class
org.springframework.boot.cli.command.status.ExitStatus
Package
Description
Command infrastructure for the CLI.
Core CLI commands.
Support classes for handling command line options.
Classes for running a nested shell in the CLI.
CLI command status.
-
Uses of ExitStatus in org.springframework.boot.cli.command
Modifier and TypeMethodDescriptionRun the command.protected ExitStatus
Parse the arguments and run a suitable command.final ExitStatus
-
Uses of ExitStatus in org.springframework.boot.cli.command.core
Modifier and TypeMethodDescription -
Uses of ExitStatus in org.springframework.boot.cli.command.options
Modifier and TypeMethodDescriptionfinal ExitStatus
protected ExitStatus
OptionHandler.run
(joptsimple.OptionSet options) Run the command using the specified parsedOptionSet
. -
Uses of ExitStatus in org.springframework.boot.cli.command.shell
Modifier and TypeMethodDescription -
Uses of ExitStatus in org.springframework.boot.cli.command.status
Modifier and TypeFieldDescriptionstatic final ExitStatus
ExitStatus.ERROR
Generic "not OK" exit status with non-zero exit code and hangup=true.static final ExitStatus
ExitStatus.OK
Generic "OK" exit status with zero exit code and hangup=false.