See: Description
Interface | Description |
---|---|
PromptProvider |
Called at each REPL cycle to decide what the prompt should be.
|
Class | Description |
---|---|
DefaultShellApplicationRunner |
Default Boot runner that bootstraps the shell application.
|
DefaultShellApplicationRunner.JLineInputProvider | |
FileInputProvider |
An
InputProvider that reads input from file-like sources. |
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.
|
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.