class SimpleOrFileNameCompletor extends java.lang.Object implements org.jline.reader.Completer
JLine Completor that mixes a fixed set of options with file path matches. Fixed options that match will appear first, followed by file path matches.
| Constructor and description |
|---|
SimpleOrFileNameCompletor(java.util.List fixedOptions) |
SimpleOrFileNameCompletor(java.lang.String[] fixedOptions) |
| Type Params | Return Type | Name and description |
|---|---|---|
|
void |
complete(org.jline.reader.LineReader reader, org.jline.reader.ParsedLine line, java.util.List<org.jline.reader.Candidate> candidates) |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#equals(java.lang.Object), java.lang.Object#getClass(), java.lang.Object#hashCode(), java.lang.Object#notify(), java.lang.Object#notifyAll(), java.lang.Object#toString(), java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#wait(long, int) |