Uses of Package
org.springframework.shell.core.command
Packages that use org.springframework.shell.core.command
Package
Description
Contains core classes for Spring Shell, irrespective of the way commands are actually
implemented.
Contains classes that leverage the JLine library to hook into the Spring Shell REPL.
-
Classes in org.springframework.shell.core.command used by org.springframework.shell.core
-
Classes in org.springframework.shell.core.command used by org.springframework.shell.core.autoconfigure
-
Classes in org.springframework.shell.core.command used by org.springframework.shell.core.commandClassDescriptionBase class helping to build shell commands.Builder for creating command.Record representing a runtime argument to a command.Interface containing runtime information about the current command invocation.Exception to signal that an error happened while executing a command.Exception to signal that a command could be mapped to user inputRecord representing the definition as well as the runtime information about a command option.Interface for parsing input for a
Command.Class representing a registry ofCommands.Record representing the exit status of a command.Record representing the result of parsing user input into commands. -
Classes in org.springframework.shell.core.command used by org.springframework.shell.core.command.adapterClassDescriptionBase class helping to build shell commands.Interface containing runtime information about the current command invocation.Record representing the exit status of a command.
-
-
Classes in org.springframework.shell.core.command used by org.springframework.shell.core.command.completionClassDescriptionRecord representing the definition as well as the runtime information about a command option.
-
Classes in org.springframework.shell.core.command used by org.springframework.shell.core.utils
-
Classes in org.springframework.shell.core.command used by org.springframework.shell.jline
-
Classes in org.springframework.shell.core.command used by org.springframework.shell.jline.commandClassDescriptionInterface containing runtime information about the current command invocation.Record representing the exit status of a command.
-
Classes in org.springframework.shell.core.command used by org.springframework.shell.test
-
Classes in org.springframework.shell.core.command used by org.springframework.shell.test.autoconfigure