Uses of Class
org.springframework.shell.jline.NonInteractiveShellRunner
Packages that use NonInteractiveShellRunner
-
Uses of NonInteractiveShellRunner in org.springframework.shell.boot
Methods in org.springframework.shell.boot that return NonInteractiveShellRunnerModifier and TypeMethodDescriptionShellRunnerAutoConfiguration.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) Methods in org.springframework.shell.boot with parameters of type NonInteractiveShellRunnerModifier and TypeMethodDescriptionvoid
NonInteractiveShellRunnerCustomizer.customize
(NonInteractiveShellRunner shellRunner) Customize theNonInteractiveShellRunner
.