| Interface | Description |
|---|---|
| InputLine.CharValidator |
Character validator interface.
|
| InputLine.LineValidator |
Line validator interface.
|
| InputLine.TabCompletion |
Tab completion interface.
|
| InputSelection.Action<E> |
The command action interface.
|
| InputSelection.EntryPrinter<E> |
Interface for the entry printer.
|
| LinePrinter |
LinePrinter interface.
|
| Class | Description |
|---|---|
| InputLine |
Class that handled reading a line from terminal input with
character and line validators, and optional tab completion.
|
| InputPassword |
Class that handled reading a password (hidden string) from terminal
input with an optional character replacement char.
|
| InputSelection<E> |
Tabular selection with simple navigation.
|
| InputSelection.Command<E> |
Command.
|
| Terminal |
Terminal interface.
|
| Enum | Description |
|---|---|
| InputSelection.Reaction |
Command reaction enum.
|
Copyright © 2016. All rights reserved.