| 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  | InteractiveShellRunnerA  ShellRunnerthat bootstraps the shell in interactive mode. | 
| class  | NonInteractiveShellRunnerA  ShellRunnerthat executes commands without entering interactive shell mode. | 
| class  | ScriptShellRunnerA  ShellRunnerthat looks for process arguments that start with @, which are then interpreted as
 references to script files to run and exit. | 
Copyright © 2023. All rights reserved.