| java.lang.Object | |
| ↳ | jline.console.completer.NullCompleter |
Null completer.
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| INSTANCE | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Populates candidates with a list of possible completions for the buffer.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
jline.console.completer.Completer
| |||||||||||
Populates candidates with a list of possible completions for the buffer. The candidates list will not be sorted before being displayed to the user: thus, the complete method should sort the List before returning.
| buffer | The buffer |
|---|---|
| cursor | The current position of the cursor in the buffer |
| candidates | The List of candidates to populate |