|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjline.console.completer.NullCompleter
public final class NullCompleter
Null completer.
Field Summary | |
---|---|
static NullCompleter |
INSTANCE
|
Constructor Summary | |
---|---|
NullCompleter()
|
Method Summary | |
---|---|
int |
complete(java.lang.String buffer,
int cursor,
java.util.List<java.lang.CharSequence> candidates)
Populates candidates with a list of possible completions for the buffer. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final NullCompleter INSTANCE
Constructor Detail |
---|
public NullCompleter()
Method Detail |
---|
public int complete(java.lang.String buffer, int cursor, java.util.List<java.lang.CharSequence> candidates)
Completer
List
before returning.
complete
in interface Completer
buffer
- The buffercursor
- The current position of the cursor in the buffercandidates
- The List
of candidates to populate
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |