Uses of Class
org.springframework.shell.Shell
Packages that use Shell
Package
Description
Contains classes that leverage the JLine library to hook into the Spring Shell REPL.
Contains infrastructure for describing commands with the "new" preferred Spring Shell programming model.
-
Uses of Shell in org.springframework.shell.boot
Methods in org.springframework.shell.boot that return ShellModifier and TypeMethodDescriptionSpringShellAutoConfiguration.shell
(ResultHandlerService resultHandlerService, CommandCatalog commandRegistry, org.jline.terminal.Terminal terminal, ShellConversionServiceSupplier shellConversionServiceSupplier, ShellContext shellContext, ExitCodeMappings exitCodeMappings) Methods in org.springframework.shell.boot with parameters of type ShellModifier and TypeMethodDescriptionShellRunnerAutoConfiguration.NonePrimaryCommandConfiguration.interactiveApplicationRunner
(org.jline.reader.LineReader lineReader, PromptProvider promptProvider, Shell shell, ShellContext shellContext) ShellRunnerAutoConfiguration.NonePrimaryCommandConfiguration.nonInteractiveApplicationRunner
(Shell shell, ShellContext shellContext, org.springframework.beans.factory.ObjectProvider<NonInteractiveShellRunnerCustomizer> customizer) ShellRunnerAutoConfiguration.PrimaryCommandConfiguration.nonInteractiveApplicationRunner
(Shell shell, ShellContext shellContext, org.springframework.beans.factory.ObjectProvider<NonInteractiveShellRunnerCustomizer> customizer, SpringShellProperties properties) ShellRunnerAutoConfiguration.NonePrimaryCommandConfiguration.scriptApplicationRunner
(org.jline.reader.Parser parser, Shell shell) void
-
Uses of Shell in org.springframework.shell.jline
Constructors in org.springframework.shell.jline with parameters of type ShellModifierConstructorDescriptionInteractiveShellRunner
(org.jline.reader.LineReader lineReader, PromptProvider promptProvider, Shell shell, ShellContext shellContext) NonInteractiveShellRunner
(Shell shell, ShellContext shellContext) NonInteractiveShellRunner
(Shell shell, ShellContext shellContext, String primaryCommand) ScriptShellRunner
(org.jline.reader.Parser parser, Shell shell) -
Uses of Shell in org.springframework.shell.standard
Methods in org.springframework.shell.standard that return Shell -
Uses of Shell in org.springframework.shell.test
Methods in org.springframework.shell.test with parameters of type ShellModifier and TypeMethodDescriptionstatic ShellTestClient.Builder
ShellTestClient.builder
(TerminalSession terminalSession, Shell shell, PromptProvider promptProvider, org.jline.reader.LineReader lineReader, org.jline.terminal.Terminal terminal) Get an instance of a builder.Constructors in org.springframework.shell.test with parameters of type ShellModifierConstructorDescriptionDefaultInteractiveShellSession
(Shell shell, PromptProvider promptProvider, org.jline.reader.LineReader lineReader, BlockingQueue<ShellTestClient.ShellRunnerTaskData> blockingQueue, TerminalSession terminalSession, org.jline.terminal.Terminal terminal) DefaultNonInteractiveShellSession
(Shell shell, String[] args, BlockingQueue<ShellTestClient.ShellRunnerTaskData> blockingQueue, TerminalSession terminalSession, org.jline.terminal.Terminal terminal)