Package org.springframework.shell.boot
Class JLineShellAutoConfiguration
java.lang.Object
org.springframework.shell.boot.JLineShellAutoConfiguration
Shell implementation using JLine to capture input and trigger completions.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.jline.reader.Parser
parser()
org.jline.terminal.Terminal
terminal
(org.springframework.beans.factory.ObjectProvider<TerminalCustomizer> customizers)
-
Constructor Details
-
JLineShellAutoConfiguration
public JLineShellAutoConfiguration()
-
-
Method Details
-
terminal
@Bean(destroyMethod="close") public org.jline.terminal.Terminal terminal(org.springframework.beans.factory.ObjectProvider<TerminalCustomizer> customizers) -
promptProvider
-
parser
@Bean public org.jline.reader.Parser parser()
-