| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectjline.ArgumentCompletor.AbstractArgumentDelimiterjline.ArgumentCompletor.WhitespaceArgumentDelimiterpublic static class ArgumentCompletor.WhitespaceArgumentDelimiterArgumentCompletor.ArgumentDelimiter
implementation that counts all
whitespace (as reported by Character.isWhitespace)
as being a delimiter.
Method Summary | |
boolean |
|
Methods inherited from class jline.ArgumentCompletor.AbstractArgumentDelimiter | |
delimit, getEscapeChars, getQuoteChars, isDelimiter, isDelimiterChar, isEscaped, isQuoted, setEscapeChars, setQuoteChars | |
public boolean isDelimiterChar(String buffer,
int pos)The character is a delimiter if it is whitespace, and the preceeding character is not an escape character.
- Overrides:
- isDelimiterChar in interface ArgumentCompletor.AbstractArgumentDelimiter