@Configuration(proxyBeanMethods=false) public class JLineShellAutoConfiguration extends Object
| Constructor and Description |
|---|
JLineShellAutoConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
org.jline.reader.Parser |
parser() |
PromptProvider |
promptProvider() |
org.jline.terminal.Terminal |
terminal() |
@Bean(destroyMethod="close") public org.jline.terminal.Terminal terminal()
@Bean @ConditionalOnMissingBean(value=org.springframework.shell.jline.PromptProvider.class) public PromptProvider promptProvider()
@Bean public org.jline.reader.Parser parser()
Copyright © 2023. All rights reserved.