Uses of Interface
org.springframework.shell.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
Methods in org.springframework.shell with parameters of type InputProviderModifier and TypeMethodDescriptionvoidShell.run(InputProvider inputProvider) The main program loop: acquire input, try to match it to a command and evaluate. -
Uses of InputProvider in org.springframework.shell.jline
Classes in org.springframework.shell.jline that implement InputProviderModifier and TypeClassDescriptionclassAnInputProviderthat reads input from file-like sources.static class