public class SimpleCompletor
extends jline.SimpleCompletor
| Constructor and Description | 
|---|
SimpleCompletor()  | 
SimpleCompletor(Closure loader)  | 
SimpleCompletor(String[] candidates)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
add(String candidate)  | 
int | 
complete(String buffer,
        int cursor,
        List clist)  | 
Object | 
leftShift(String s)  |