@Configuration @Import(value=SkipperClientConfiguration.class) public class ShellConfiguration extends Object
Constructor and Description |
---|
ShellConfiguration() |
Modifier and Type | Method and Description |
---|---|
org.springframework.boot.ApplicationRunner |
applicationRunner(org.springframework.shell.Shell shell,
org.springframework.core.env.ConfigurableEnvironment environment) |
org.springframework.boot.ApplicationRunner |
helpAwareShellApplicationRunner() |
org.springframework.boot.ApplicationRunner |
initializeConnectionApplicationRunner(TargetHolder targetHolder,
org.springframework.shell.ResultHandler<Exception> resultHandler,
SkipperClientProperties skipperClientProperties) |
ConsoleUserInput |
userInput(org.jline.reader.LineReader lineReader) |
@Bean public org.springframework.boot.ApplicationRunner helpAwareShellApplicationRunner()
@Bean public org.springframework.boot.ApplicationRunner initializeConnectionApplicationRunner(TargetHolder targetHolder, @Qualifier(value="main") org.springframework.shell.ResultHandler<Exception> resultHandler, SkipperClientProperties skipperClientProperties)
@Bean public org.springframework.boot.ApplicationRunner applicationRunner(org.springframework.shell.Shell shell, org.springframework.core.env.ConfigurableEnvironment environment)
@Bean public ConsoleUserInput userInput(@Lazy org.jline.reader.LineReader lineReader)
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.