Uses of Class
org.springframework.shell.jline.JLineInputProvider
Packages that use JLineInputProvider
Package
Description
Contains classes that leverage the JLine library to hook into the Spring Shell REPL.
-
Uses of JLineInputProvider in org.springframework.shell.jline
Methods in org.springframework.shell.jline that return JLineInputProviderModifier and TypeMethodDescriptionDefaultJLineShellConfiguration.inputProvider(org.jline.reader.LineReader lineReader) Methods in org.springframework.shell.jline with parameters of type JLineInputProviderModifier and TypeMethodDescriptionorg.springframework.shell.core.ShellRunnerDefaultJLineShellConfiguration.shellRunner(JLineInputProvider inputProvider, org.springframework.shell.core.command.CommandRegistry commandRegistry) Constructors in org.springframework.shell.jline with parameters of type JLineInputProviderModifierConstructorDescriptionJLineShellRunner(JLineInputProvider inputProvider, org.springframework.shell.core.command.CommandParser commandParser, org.springframework.shell.core.command.CommandRegistry commandRegistry) Create a newJLineShellRunnerinstance.