@Configuration @Import(value=SkipperClientConfiguration.class) public class ShellConfiguration extends Object
Constructor and Description |
---|
ShellConfiguration() |
Modifier and Type | Method and Description |
---|---|
org.springframework.boot.ApplicationRunner |
defaultShellRunner(org.jline.reader.LineReader lineReader,
org.springframework.shell.jline.PromptProvider promptProvider,
org.jline.reader.Parser parser,
org.springframework.shell.Shell shell) |
org.springframework.boot.ApplicationRunner |
initialConnectionApplicationRunner() |
ConsoleUserInput |
userInput(org.jline.reader.LineReader lineReader) |
@Bean public org.springframework.boot.ApplicationRunner defaultShellRunner(org.jline.reader.LineReader lineReader, org.springframework.shell.jline.PromptProvider promptProvider, org.jline.reader.Parser parser, org.springframework.shell.Shell shell)
@Bean public org.springframework.boot.ApplicationRunner initialConnectionApplicationRunner()
@Bean public ConsoleUserInput userInput(@Lazy org.jline.reader.LineReader lineReader)
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.