|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object jline.NullCompletor
A completor that does nothing. Useful as the last item in an
ArgumentCompletor
.
Constructor Summary | |
NullCompletor()
|
Method Summary | |
int |
complete(String buffer,
int cursor,
List candidates)
Returns -1 always, indicating that the the buffer is never handled. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public NullCompletor()
Method Detail |
public int complete(String buffer, int cursor, List candidates)
complete
in interface Completor
buffer
- the buffercandidates
- the List
of candidates to populate
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |