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 classAbstract implementation of a delimiter that uses theArgumentCompleter.AbstractArgumentDelimiter.isDelimiter(CharSequence, int)method to determine if a particular character should be used as a delimiter.static classArgumentCompleter.ArgumentDelimiterimplementation that counts all whitespace (as reported byCharacter.isWhitespace(char)) as being a delimiter.Fields in jline.console.completer declared as ArgumentCompleter.ArgumentDelimiterModifier and TypeFieldDescriptionprivate final ArgumentCompleter.ArgumentDelimiterArgumentCompleter.delimiterMethods 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.