See: Description
| Interface | Description |
|---|---|
| PromptProvider |
Called at each REPL cycle to decide what the prompt should be.
|
| Class | Description |
|---|---|
| FileInputProvider |
An
InputProvider that reads input from file-like sources. |
| InteractiveShellApplicationRunner |
Default Boot runner that bootstraps the shell application in interactive mode.
|
| InteractiveShellApplicationRunner.JLineInputProvider | |
| JLineShellAutoConfiguration |
Shell implementation using JLine to capture input and trigger completions.
|
| JLineShellAutoConfiguration.CompleterAdapter |
A bridge between JLine's
Completer contract and our own. |
| JLineShellAutoConfiguration.HistoryConfiguration |
Installs a default JLine history, and triggers saving to file on context shutdown.
|
| ScriptShellApplicationRunner |
Spring Boot ApplicationRunner that looks for process arguments that start with
@, which are then interpreted as references to script files to run and exit.
|
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.