| Modifier and Type | Method and Description |
|---|---|
static SimpleTerminal |
SimpleTerminal.newInstance() |
static SimpleTerminal |
SimpleTerminal.newInstance(PrintStream output) |
SimpleTerminal |
SimpleTerminal.setPrompt(String prompt) |
SimpleTerminal |
SimpleTerminal.setPrompt(Supplier<String> prompter) |
SimpleTerminal |
SimpleTerminal.stop() |
| Modifier and Type | Method and Description |
|---|---|
void |
SimpleTerminal.execute(BiConsumer<SimpleTerminal,String> handler) |
Copyright © 2025. All rights reserved.