Uses of Class
org.springframework.shell.jline.InteractiveShellRunner
Packages that use InteractiveShellRunner
Package
Description
Contains strategies for dealing with results of commands.
-
Uses of InteractiveShellRunner in org.springframework.shell.boot
Methods in org.springframework.shell.boot that return InteractiveShellRunnerModifier and TypeMethodDescriptionShellRunnerAutoConfiguration.NonePrimaryCommandConfiguration.interactiveApplicationRunner
(org.jline.reader.LineReader lineReader, PromptProvider promptProvider, Shell shell, ShellContext shellContext) -
Uses of InteractiveShellRunner in org.springframework.shell.result
Method parameters in org.springframework.shell.result with type arguments of type InteractiveShellRunnerModifier and TypeMethodDescriptionResultHandlerConfig.throwableResultHandler
(org.jline.terminal.Terminal terminal, CommandCatalog commandCatalog, ShellContext shellContext, org.springframework.beans.factory.ObjectProvider<InteractiveShellRunner> interactiveApplicationRunner) Constructor parameters in org.springframework.shell.result with type arguments of type InteractiveShellRunnerModifierConstructorDescriptionThrowableResultHandler
(org.jline.terminal.Terminal terminal, CommandCatalog commandCatalog, ShellContext shellContext, org.springframework.beans.factory.ObjectProvider<InteractiveShellRunner> interactiveRunner)