ArgumentCompletor.ArgumentDelimiterpublic static class ArgumentCompletor.WhitespaceArgumentDelimiter extends ArgumentCompletor.AbstractArgumentDelimiter
ArgumentCompletor.ArgumentDelimiter
implementation that counts all
whitespace (as reported by Character.isWhitespace(char))
as being a delimiter.| Constructor | Description |
|---|---|
WhitespaceArgumentDelimiter() |
| Modifier and Type | Method | Description |
|---|---|---|
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.
|
delimit, getEscapeChars, getQuoteChars, isDelimiter, isEscaped, isQuoted, setEscapeChars, setQuoteCharspublic WhitespaceArgumentDelimiter()
public boolean isDelimiterChar(java.lang.String buffer, int pos)
isDelimiterChar in class ArgumentCompletor.AbstractArgumentDelimiter