jline.console.completer.ArgumentCompleter.ArgumentDelimiter |
![]() |
The ArgumentCompleter.ArgumentDelimiter
allows custom breaking up of a String into individual
arguments in order to dispatch the arguments to the nested Completer
.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Break the specified buffer into individual tokens that can be completed on their own.
| |||||||||||
Returns true if the specified character is a whitespace parameter.
|
Break the specified buffer into individual tokens that can be completed on their own.
buffer | The buffer to split |
---|---|
pos | The current position of the cursor in the buffer |
Returns true if the specified character is a whitespace parameter.
buffer | The complete command buffer |
---|---|
pos | The index of the character in the buffer |