public 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 and Description |
---|
WhitespaceArgumentDelimiter() |
Modifier and Type | Method and 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, setQuoteChars
public boolean isDelimiterChar(java.lang.String buffer, int pos)
isDelimiterChar
in class ArgumentCompletor.AbstractArgumentDelimiter
Copyright (c) 2014 Cloud Software Group, Inc. All rights reserved.