Package | Description |
---|---|
org.springframework.shell |
Contains core classes for Spring Shell, irrespective of the way commands are actually implemented.
|
org.springframework.shell.jline |
Contains classes that leverage the JLine library to hook into the Spring Shell REPL.
|
Constructor and Description |
---|
DefaultShellApplicationRunner(List<ShellRunner> shellRunners) |
Modifier and Type | Class and Description |
---|---|
class |
InteractiveShellRunner
A
ShellRunner that bootstraps the shell in interactive mode. |
class |
NonInteractiveShellRunner
A
ShellRunner that executes commands without entering interactive shell mode. |
class |
ScriptShellRunner
A
ShellRunner that looks for process arguments that start with @, which are then interpreted as
references to script files to run and exit. |
Copyright © 2024. All rights reserved.