class SimpleOrFileNameCompletor extends Object implements 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.
SimpleOrFileNameCompletor(List fixedOptions)
SimpleOrFileNameCompletor(String[] fixedOptions)
int
complete(String buffer, int cursor, List candidates)
class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait