|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.crsh.cli.completers.EmptyCompleter
public class EmptyCompleter
Field Summary | |
---|---|
private static EmptyCompleter |
instance . |
Constructor Summary | |
---|---|
EmptyCompleter() |
Method Summary | |
---|---|
Completion |
complete(ParameterDescriptor parameter, String prefix) Returns the value returned by Collections.emptyList() . |
static EmptyCompleter |
getInstance() Returns the empty completer instance. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private static final EmptyCompleter instance
Constructor Detail |
---|
public EmptyCompleter()
Method Detail |
---|
public static EmptyCompleter getInstance()
public Completion complete(ParameterDescriptor parameter, String prefix)
Collections.emptyList()
.
complete
in interface Completer
parameter
- the completed parameterprefix
- the prefix to complete
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |