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(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 boolean isDelimiterChar(String buffer, int pos)
isDelimiterChar in class ArgumentCompletor.AbstractArgumentDelimiterCopyright © 2025. All rights reserved.