Uses of Interface
org.springframework.shell.core.InputProvider
Packages that use InputProvider
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 InputProvider in org.springframework.shell.core
Classes in org.springframework.shell.core that implement InputProviderModifier and TypeClassDescriptionclassInput provider based on the JVM's systemConsole.classAnInputProviderthat reads input from a file.Constructors in org.springframework.shell.core with parameters of type InputProviderModifierConstructorDescriptionInteractiveShellRunner(InputProvider inputProvider, CommandParser commandParser, CommandRegistry commandRegistry) Create a newInteractiveShellRunnerinstance. -
Uses of InputProvider in org.springframework.shell.jline
Classes in org.springframework.shell.jline that implement InputProvider