class SimpleOrFileNameCompletor extends Object implements jline.console.completer.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(List fixedOptions) |
SimpleOrFileNameCompletor(String[] fixedOptions) |