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.boot
Methods in org.springframework.shell.boot that return JLineInputProviderModifier and TypeMethodDescriptionJLineShellAutoConfiguration.inputProvider(org.jline.reader.LineReader lineReader) Methods in org.springframework.shell.boot with parameters of type JLineInputProviderModifier and TypeMethodDescriptionShellRunnerAutoConfiguration.jlineShellRunner(JLineInputProvider inputProvider, CommandParser commandParser, CommandRegistry commandRegistry) -
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 TypeMethodDescriptionDefaultJLineShellConfiguration.shellRunner(JLineInputProvider inputProvider, CommandRegistry commandRegistry) Constructors in org.springframework.shell.jline with parameters of type JLineInputProviderModifierConstructorDescriptionJLineShellRunner(JLineInputProvider inputProvider, CommandParser commandParser, CommandRegistry commandRegistry) Create a newJLineShellRunnerinstance.