See: Description
| Interface | Description |
|---|---|
| PromptProvider |
Called at each REPL cycle to decide what the prompt should be.
|
| Class | Description |
|---|---|
| ExtendedDefaultParser |
Shameful copy-paste of JLine's
DefaultParser which
creates CompletingParsedLine. |
| FileInputProvider |
An
InputProvider that reads input from file-like sources. |
| InteractiveShellRunner |
A
ShellRunner that bootstraps the shell in interactive mode. |
| InteractiveShellRunner.JLineInputProvider | |
| NonInteractiveShellRunner |
A
ShellRunner that executes commands without entering interactive shell mode. |
| ScriptShellRunner |
A
ShellRunner that 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.