public class NullCompletor extends java.lang.Object implements Completor
ArgumentCompletor.| Constructor and Description |
|---|
NullCompletor() |
| Modifier and Type | Method and Description |
|---|---|
int |
complete(java.lang.String buffer,
int cursor,
java.util.List candidates,
int matchessofar)
Returns -1 always, indicating that the the buffer is never
handled.
|
Copyright (c) 2014 Cloud Software Group, Inc. All rights reserved.