| java.lang.Object | |
| ↳ | jline.console.completer.CandidateListCompletionHandler |
A CompletionHandler that deals with multiple distinct completions
by outputting the complete list of possibilities to the console. This
mimics the behavior of the
readline library.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Print out the candidates.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
jline.console.completer.CompletionHandler
| |||||||||||
| IOException |
|---|
Print out the candidates. If the size of the candidates is greater than the
getAutoprintThreshold(), they prompt with a warning.
| candidates | the list of candidates to print |
|---|
| IOException |
|---|
| IOException |
|---|