| Class | Description |
|---|---|
| ANSIBuffer |
A buffer that can contain ANSI text.
|
| ArgumentCompletor.AbstractArgumentDelimiter |
Abstract implementation of a delimiter that uses the
ArgumentCompletor.AbstractArgumentDelimiter.isDelimiter(java.lang.String, int) method to determine if a particular
character should be used as a delimiter. |
| ArgumentCompletor.ArgumentDelimiter |
The
ArgumentCompletor.ArgumentDelimiter allows custom
breaking up of a String into individual arguments in
order to dispatch the arguments to the nested Completor. |
| ArgumentCompletor.ArgumentList |
The result of a delimited buffer.
|
| CompletionHandler |
Handler for dealing with candidates for tab-completion.
|
| Completor |
A Completor is the mechanism by which tab-completion candidates
will be resolved.
|
| ConsoleOperations |
Symbolic constants for Console operations and virtual key bindings.
|
| ConsoleReader |
A reader for console applications.
|
| CursorBuffer |
A CursorBuffer is a holder for a
StringBuffer that also contains the
current cursor position. |
| History |
A command history buffer.
|
| SimpleCompletor |
A simple
Completor implementation that handles a pre-defined
list of completion words. |
| SimpleCompletor.SimpleCompletorFilter |
Filter for elements in the completor.
|
| Terminal |
Representation of the input terminal for a platform.
|