|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjline.ArgumentCompletor.AbstractArgumentDelimiter
jline.ArgumentCompletor.WhitespaceArgumentDelimiter
ArgumentCompletor.ArgumentDelimiter
implementation that counts all
whitespace (as reported by Character.isWhitespace(char)
)
as being a delimiter.
Field Summary |
Fields inherited from class jline.ArgumentCompletor.AbstractArgumentDelimiter |
|
Constructor Summary | |
ArgumentCompletor.WhitespaceArgumentDelimiter()
|
Method Summary | |
boolean |
isDelimiterChar(java.lang.String buffer,
int pos)
The character is a delimiter if it is whitespace, and the preceeding character is not an escape character. |
Methods inherited from class jline.ArgumentCompletor.AbstractArgumentDelimiter |
delimit, getEscapeChars, getQuoteChars, isDelimiter, isEscaped, isQuoted, setEscapeChars, setQuoteChars |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ArgumentCompletor.WhitespaceArgumentDelimiter()
Method Detail |
public boolean isDelimiterChar(java.lang.String buffer, int pos)
isDelimiterChar
in class ArgumentCompletor.AbstractArgumentDelimiter
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |