Package | Description |
---|---|
org.springframework.shell.jline |
Contains classes that leverage the JLine library to hook into the Spring Shell REPL.
|
org.springframework.shell.standard |
Contains infrastructure for describing commands with the "new" preferred Spring Shell programming model.
|
Constructor and Description |
---|
InteractiveShellRunner(org.jline.reader.LineReader lineReader,
PromptProvider promptProvider,
Shell shell,
ShellContext shellContext) |
NonInteractiveShellRunner(Shell shell,
ShellContext shellContext) |
ScriptShellRunner(org.jline.reader.Parser parser,
Shell shell) |
Modifier and Type | Method and Description |
---|---|
protected Shell |
AbstractShellComponent.getShell() |
Copyright © 2024. All rights reserved.