Uses of Interface
org.springframework.shell.core.ShellRunner
Packages that use ShellRunner
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.
-
Uses of ShellRunner in org.springframework.shell.core
Classes in org.springframework.shell.core that implement ShellRunnerModifier and TypeClassDescriptionclassBase class for interactive shell runners.classAShellRunnerthat executes commands without entering interactive shell mode.classInteractive shell runner based on the JVM's systemConsole. -
Uses of ShellRunner in org.springframework.shell.core.autoconfigure
Methods in org.springframework.shell.core.autoconfigure that return ShellRunnerModifier and TypeMethodDescriptionShellRunnerAutoConfiguration.jlineShellRunner(JLineInputProvider inputProvider, CommandParser commandParser, CommandRegistry commandRegistry) ShellRunnerAutoConfiguration.nonInteractiveShellRunner(CommandParser commandParser, CommandRegistry commandRegistry) ShellRunnerAutoConfiguration.systemShellRunner(ConsoleInputProvider consoleInputProvider, CommandParser commandParser, CommandRegistry commandRegistry) Methods in org.springframework.shell.core.autoconfigure with parameters of type ShellRunnerModifier and TypeMethodDescriptionorg.springframework.boot.ApplicationRunnerShellRunnerAutoConfiguration.springShellApplicationRunner(ShellRunner shellRunner) -
Uses of ShellRunner in org.springframework.shell.jline
Classes in org.springframework.shell.jline that implement ShellRunnerModifier and TypeClassDescriptionclassInteractive shell runner based on the JVM's systemConsole.Methods in org.springframework.shell.jline that return ShellRunnerModifier and TypeMethodDescriptionDefaultJLineShellConfiguration.shellRunner(JLineInputProvider inputProvider, CommandRegistry commandRegistry)