|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectjline.NullCompletor
public class NullCompletor
A completor that does nothing. Useful as the last item in an
ArgumentCompletor.
| Constructor Summary | |
|---|---|
NullCompletor()
|
|
| Method Summary | |
|---|---|
int |
complete(java.lang.String buffer,
int cursor,
java.util.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(java.lang.String buffer,
int cursor,
java.util.List candidates)
complete in interface Completorbuffer - the buffercandidates - the List of candidates to populate
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||