| Package | Description |
|---|---|
| org.springframework.shell |
Contains core classes for Spring Shell, irrespective of the way commands are actually implemented.
|
| org.springframework.shell.context | |
| org.springframework.shell.jline |
Contains classes that leverage the JLine library to hook into the Spring Shell REPL.
|
| Constructor and Description |
|---|
ConfigurableCommandRegistry(ShellContext shellContext) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultShellContext
Default implementation of a
ShellContext. |
| Constructor and Description |
|---|
InteractiveShellRunner(org.jline.reader.LineReader lineReader,
PromptProvider promptProvider,
Shell shell,
ShellContext shellContext) |
NonInteractiveShellRunner(Shell shell,
ShellContext shellContext) |
Copyright © 2022. All rights reserved.