| Interface | Description |
|---|---|
| Parser<T> |
Value parser interface.
|
| Parser.TypedPutter<T> |
| Class | Description |
|---|---|
| Parser.DirParser |
A converter to file instances, with validator & error message.
|
| Parser.DoubleParser |
A converter to double values.
|
| Parser.EnumParser<E extends Enum<E>> |
A converter to enum constant values.
|
| Parser.FileParser |
A converter to file instances, with validator & error message.
|
| Parser.IntegerParser |
A converter to integer values.
|
| Parser.LongParser |
A converter to long values.
|
| Parser.OutputDirParser |
A converter to file instances, with validator & error message.
|
| Parser.OutputFileParser |
A converter to file instances, with validator & error message.
|
| Parser.PathParser |
A converter to path values.
|
| STTY |
A terminal controller helper.
|
| STTYModeSwitcher |
Switch terminal mode and make it return on close.
|
| TerminalBuffer |
Class that holds a set of buffer, that are printed to the terminal, and
methods to dynamically update those buffer.
|
| TerminalSize |
Column and row count for the current terminal.
|
| Enum | Description |
|---|---|
| STTYMode |
Which IO mode the TTY is in.
|
Copyright © 2016. All rights reserved.