| Package | Description |
|---|---|
| net.morimekta.console | |
| net.morimekta.console.args |
| Modifier and Type | Method and Description |
|---|---|
STTY |
Terminal.getTTY() |
| Constructor and Description |
|---|
Terminal(STTY tty)
Construct a default RAW terminal.
|
Terminal(STTY tty,
InputStream in,
OutputStream out,
LinePrinter lp,
STTYModeSwitcher switcher)
Constructor visible for testing.
|
Terminal(STTY tty,
LinePrinter lp)
Construct a terminal with a custom line printer.
|
Terminal(STTY tty,
STTYMode mode)
Construct a terminal with given mode.
|
Terminal(STTY tty,
STTYMode mode,
LinePrinter lp)
Construct a terminal with a terminal mode and custom line printer.
|
| Modifier and Type | Method and Description |
|---|---|
static ArgumentOptions |
ArgumentOptions.defaults(STTY tty) |
| Constructor and Description |
|---|
ArgumentOptions(STTY tty) |
Copyright © 2016. All rights reserved.