public static interface ArgumentCompleter.ArgumentDelimiter
ArgumentCompleter.ArgumentDelimiter allows custom breaking up of a String into individual
 arguments in order to dispatch the arguments to the nested Completer.| Modifier and Type | Method and Description | 
|---|---|
| ArgumentCompleter.ArgumentList | delimit(java.lang.CharSequence buffer,
       int pos)Break the specified buffer into individual tokens that can be completed on their own. | 
| boolean | isDelimiter(java.lang.CharSequence buffer,
           int pos)Returns true if the specified character is a whitespace parameter. | 
ArgumentCompleter.ArgumentList delimit(java.lang.CharSequence buffer, int pos)
buffer - The buffer to splitpos - The current position of the cursor in the bufferboolean isDelimiter(java.lang.CharSequence buffer,
                    int pos)
buffer - The complete command bufferpos - The index of the character in the bufferCopyright © 2018. All Rights Reserved.