java.lang.Object | ||
↳ | jline.console.completer.ArgumentCompleter.AbstractArgumentDelimiter | |
↳ | jline.console.completer.ArgumentCompleter.WhitespaceArgumentDelimiter |
ArgumentCompleter.ArgumentDelimiter
implementation that counts all whitespace (as reported by
isWhitespace(char)
) as being a delimiter.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
The character is a delimiter if it is whitespace, and the
preceding character is not an escape character.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
The character is a delimiter if it is whitespace, and the preceding character is not an escape character.