| 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 | Field and Description | 
|---|---|
| static Input | Input. EMPTY | 
| Modifier and Type | Method and Description | 
|---|---|
| Input | InputProvider. readInput()Return text entered by user to invoke commands. | 
| Modifier and Type | Method and Description | 
|---|---|
| Object | Shell. evaluate(Input input)Evaluate a single "line" of input from the user by trying to map words to a command and
 arguments. | 
| Modifier and Type | Method and Description | 
|---|---|
| Input | InteractiveShellRunner.JLineInputProvider. readInput() | 
| Input | FileInputProvider. readInput() | 
Copyright © 2022. All rights reserved.