Frames | No Frames |
Classes implementing jline.ArgumentCompletor.ArgumentDelimiter | |
class | Abstract implementation of a delimiter that uses the
isDelimiter(String,int) method to determine if a particular
character should be used as a delimiter. |
class | ArgumentCompletor.ArgumentDelimiter
implementation that counts all
whitespace (as reported by Character.isWhitespace )
as being a delimiter. |
Constructors with parameter type jline.ArgumentCompletor.ArgumentDelimiter | |
Constuctor: create a new completor with the specified
argument delimiter. | |
ArgumentCompletor.ArgumentCompletor(Completor[] completors, ArgumentCompletor.ArgumentDelimiter delim) Constuctor: create a new completor with the specified
argument delimiter. |
Fields of type jline.ArgumentCompletor.ArgumentDelimiter | |
ArgumentCompletor.ArgumentDelimiter |