Uses of Interface
jline.console.completer.ArgumentCompleter.ArgumentDelimiter
Packages that use ArgumentCompleter.ArgumentDelimiter
-
Uses of ArgumentCompleter.ArgumentDelimiter in jline.console.completer
Classes in jline.console.completer that implement ArgumentCompleter.ArgumentDelimiterModifier and TypeClassDescriptionstatic class
Abstract implementation of a delimiter that uses theArgumentCompleter.AbstractArgumentDelimiter.isDelimiter(java.lang.CharSequence, int)
method to determine if a particular character should be used as a delimiter.static class
ArgumentCompleter.ArgumentDelimiter
implementation that counts all whitespace (as reported byCharacter.isWhitespace(char)
) as being a delimiter.Methods in jline.console.completer that return ArgumentCompleter.ArgumentDelimiterConstructors in jline.console.completer with parameters of type ArgumentCompleter.ArgumentDelimiterModifierConstructorDescriptionArgumentCompleter
(ArgumentCompleter.ArgumentDelimiter delimiter, Collection<Completer> completers) Create a new completer with the specified argument delimiter.ArgumentCompleter
(ArgumentCompleter.ArgumentDelimiter delimiter, Completer... completers) Create a new completer with the specified argument delimiter.