Uses of Class
org.springframework.boot.cli.command.status.ExitStatus
Packages that use 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
Methods in org.springframework.boot.cli.command that return ExitStatusModifier 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
Methods in org.springframework.boot.cli.command.core that return ExitStatusModifier and TypeMethodDescription -
Uses of ExitStatus in org.springframework.boot.cli.command.options
Methods in org.springframework.boot.cli.command.options that return ExitStatusModifier 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
Methods in org.springframework.boot.cli.command.shell that return ExitStatusModifier and TypeMethodDescription -
Uses of ExitStatus in org.springframework.boot.cli.command.status
Fields in org.springframework.boot.cli.command.status declared as ExitStatusModifier 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.Methods in org.springframework.boot.cli.command.status that return ExitStatus