Uses of Interface
org.springframework.shell.Input
Packages that use Input
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 Input in org.springframework.shell
Fields in org.springframework.shell declared as InputMethods in org.springframework.shell that return InputModifier and TypeMethodDescriptionInputProvider.readInput()
Return text entered by user to invoke commands.Methods in org.springframework.shell with parameters of type Input -
Uses of Input in org.springframework.shell.jline
Methods in org.springframework.shell.jline that return Input