| Type | Name and description |
|---|---|
private SortedSet |
candidates |
SortedSet |
candidates |
private boolean |
withBlank |
| Constructor and description |
|---|
SimpleCompleter
(String[] candidates) |
SimpleCompleter
() |
SimpleCompleter
(Closure loader) |
SimpleCompleter
() |
| Type Params | Return Type | Name and description |
|---|---|---|
|
void |
add(String candidate) |
|
void |
addCandidateString(String string) |
|
int |
complete(String buffer, int cursor, List clist) |
|
SortedSet |
getCandidates() |
|
Object |
leftShift(String s) |
|
void |
setCandidateStrings(String[] strings) |
|
void |
setCandidates(SortedSet candidates) |
|
void |
setWithBlank(boolean withBlank) |
A delimiter to use to qualify completions.
Copyright © 2003-2020 The Apache Software Foundation. All rights reserved.