Uses of Package
jline.console.completer
Packages that use jline.console.completer
Package
Description
Console support.
Console completer support.
-
Classes in jline.console.completer used by jline.consoleClassDescriptionA completer is the mechanism by which tab-completion candidates will be resolved.Handler for dealing with candidates for tab-completion.
-
Classes in jline.console.completer used by jline.console.completerClassDescriptionAbstract implementation of a delimiter that uses the
ArgumentCompleter.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.A completer is the mechanism by which tab-completion candidates will be resolved.Handler for dealing with candidates for tab-completion.Null completer.Completer for a set of strings.