@Configuration(proxyBeanMethods=false) @EnableConfigurationProperties(value=SpringShellProperties.class) public class LineReaderAutoConfiguration extends Object
| Constructor and Description |
|---|
LineReaderAutoConfiguration(org.jline.terminal.Terminal terminal,
org.jline.reader.Completer completer,
org.jline.reader.Parser parser,
CommandCatalog commandRegistry,
org.jline.reader.History jLineHistory,
SpringShellProperties springShellProperties,
UserConfigPathProvider userConfigPathProvider) |
| Modifier and Type | Method and Description |
|---|---|
org.jline.reader.LineReader |
lineReader() |
void |
onContextClosedEvent(org.springframework.context.event.ContextClosedEvent event) |
public LineReaderAutoConfiguration(org.jline.terminal.Terminal terminal,
org.jline.reader.Completer completer,
org.jline.reader.Parser parser,
CommandCatalog commandRegistry,
org.jline.reader.History jLineHistory,
SpringShellProperties springShellProperties,
UserConfigPathProvider userConfigPathProvider)
@EventListener
public void onContextClosedEvent(org.springframework.context.event.ContextClosedEvent event)
throws IOException
IOException@Bean public org.jline.reader.LineReader lineReader()
Copyright © 2023. All rights reserved.