Uses of Class
org.springframework.shell.core.ConsoleInputProvider
Packages that use ConsoleInputProvider
Package
Description
Contains core classes for Spring Shell, irrespective of the way commands are actually
implemented.
-
Uses of ConsoleInputProvider in org.springframework.shell.core
Constructors in org.springframework.shell.core with parameters of type ConsoleInputProviderModifierConstructorDescriptionSystemShellRunner(ConsoleInputProvider inputProvider, CommandParser commandParser, CommandRegistry commandRegistry) Create a newSystemShellRunnerinstance. -
Uses of ConsoleInputProvider in org.springframework.shell.core.autoconfigure
Methods in org.springframework.shell.core.autoconfigure that return ConsoleInputProviderMethods in org.springframework.shell.core.autoconfigure with parameters of type ConsoleInputProviderModifier and TypeMethodDescriptionShellRunnerAutoConfiguration.systemShellRunner(ConsoleInputProvider consoleInputProvider, CommandParser commandParser, CommandRegistry commandRegistry)