java.lang.Object
jline.NullCompletor
public class NullCompletor
extends java.lang.Object
implements Completor
ArgumentCompletor
int
complete(String buffer, int cursor, List candidates)
public int complete(String buffer, int cursor, List candidates)
Returns -1 always, indicating that the the buffer is never handled. Specified by:complete in interface Completor