Package jline.console.completer
package jline.console.completer
Console completer support.
- Since:
- 2.3
-
ClassDescriptionCompleter which contains multiple completers and aggregates them together.Completer for a set of strings.A
Completerimplementation that invokes a child completer using the appropriate separator argument.Abstract implementation of a delimiter that uses theArgumentCompleter.AbstractArgumentDelimiter.isDelimiter(CharSequence, int)method to determine if a particular character should be used as a delimiter.TheArgumentCompleter.ArgumentDelimiterallows custom breaking up of aStringinto individual arguments in order to dispatch the arguments to the nestedCompleter.The result of a delimited buffer.ArgumentCompleter.ArgumentDelimiterimplementation that counts all whitespace (as reported byCharacter.isWhitespace(char)) as being a delimiter.ACompletionHandlerthat deals with multiple distinct completions by outputting the complete list of possibilities to the console.A completer is the mechanism by which tab-completion candidates will be resolved.Handler for dealing with candidates for tab-completion.A file name completer takes the buffer and issues a list of potential completions.Null completer.Completer for a set of strings.