| Package | Description |
|---|---|
| jline.console |
Console support.
|
| jline.console.completer |
Console completer support.
|
| Class | Description |
|---|---|
| Completer |
A completer is the mechanism by which tab-completion candidates will be resolved.
|
| CompletionHandler |
Handler for dealing with candidates for tab-completion.
|
| Class | Description |
|---|---|
| ArgumentCompleter.AbstractArgumentDelimiter |
Abstract implementation of a delimiter that uses the
ArgumentCompleter.AbstractArgumentDelimiter.isDelimiter(java.lang.CharSequence, int) method to determine if a particular
character should be used as a delimiter. |
| ArgumentCompleter.ArgumentDelimiter |
The
ArgumentCompleter.ArgumentDelimiter allows custom breaking up of a String into individual
arguments in order to dispatch the arguments to the nested Completer. |
| ArgumentCompleter.ArgumentList |
The result of a delimited buffer.
|
| Completer |
A completer is the mechanism by which tab-completion candidates will be resolved.
|
| CompletionHandler |
Handler for dealing with candidates for tab-completion.
|
| NullCompleter |
Null completer.
|
| StringsCompleter |
Completer for a set of strings.
|