| 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | Shell. run(InputProvider inputProvider)The main program loop: acquire input, try to match it to a command and evaluate. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | FileInputProviderAn  InputProviderthat reads input from file-like sources. | 
| static class  | InteractiveShellRunner.JLineInputProvider | 
Copyright © 2023. All rights reserved.