jline
public class UnsupportedTerminal extends Terminal
| Method Summary | |
|---|---|
| void | afterReadLine(ConsoleReader reader, String prompt, Character mask) |
| void | beforeReadLine(ConsoleReader reader, String prompt, Character mask) |
| void | disableEcho() |
| void | enableEcho() |
| boolean | getEcho() |
| int | getTerminalHeight()
Always returng 24, since we can't access this info on Windows. |
| int | getTerminalWidth()
Always returng 80, since we can't access this info on Windows. |
| void | initializeTerminal() |
| boolean | isEchoEnabled() |
| boolean | isSupported() |