|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjline.ArgumentCompletor.AbstractArgumentDelimiter
jline.ArgumentCompletor.WhitespaceArgumentDelimiter
public static class ArgumentCompletor.WhitespaceArgumentDelimiter
ArgumentCompletor.ArgumentDelimiter
implementation that counts all
whitespace (as reported by Character.isWhitespace(char)
)
as being a delimiter.
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 |