@Configuration @Import(value=SkipperClientConfiguration.class) public class ShellConfiguration extends Object
| Constructor and Description |
|---|
ShellConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.boot.ApplicationRunner |
helpAwareShellApplicationRunner() |
org.springframework.boot.ApplicationRunner |
initializeConnectionApplicationRunner(TargetHolder targetHolder,
ThrowableResultHandler resultHandler,
SkipperClientProperties skipperClientProperties) |
org.springframework.shell.boot.NonInteractiveShellRunnerCustomizer |
skipperClientArgsFilteringCustomizer() |
ConsoleUserInput |
userInput(org.jline.reader.LineReader lineReader) |
@Bean public org.springframework.boot.ApplicationRunner helpAwareShellApplicationRunner()
@Bean public org.springframework.boot.ApplicationRunner initializeConnectionApplicationRunner(TargetHolder targetHolder, ThrowableResultHandler resultHandler, SkipperClientProperties skipperClientProperties)
@Bean public org.springframework.shell.boot.NonInteractiveShellRunnerCustomizer skipperClientArgsFilteringCustomizer()
@Bean public ConsoleUserInput userInput(@Lazy org.jline.reader.LineReader lineReader)
Copyright © 2022 Pivotal Software, Inc.. All rights reserved.