Uses of Interface
jline.ArgumentCompletor.ArgumentDelimiter
-
-
Uses of ArgumentCompletor.ArgumentDelimiter in jline
Classes in jline that implement ArgumentCompletor.ArgumentDelimiter Modifier and Type Class Description static classArgumentCompletor.AbstractArgumentDelimiterAbstract implementation of a delimiter that uses theArgumentCompletor.AbstractArgumentDelimiter.isDelimiter(java.lang.String, int)method to determine if a particular character should be used as a delimiter.static classArgumentCompletor.WhitespaceArgumentDelimiterArgumentCompletor.ArgumentDelimiterimplementation that counts all whitespace (as reported byCharacter.isWhitespace(char)) as being a delimiter.Constructors in jline with parameters of type ArgumentCompletor.ArgumentDelimiter Constructor Description ArgumentCompletor(Completor[] completors, ArgumentCompletor.ArgumentDelimiter delim)Constuctor: create a new completor with the specified argument delimiter.ArgumentCompletor(Completor completor, ArgumentCompletor.ArgumentDelimiter delim)Constuctor: create a new completor with the specified argument delimiter.
-