|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.crsh.cli.completers.ThreadCompleter
public class ThreadCompleter
Constructor Summary | |
---|---|
ThreadCompleter() |
Method Summary | |
---|---|
Completion |
complete(ParameterDescriptor parameter, String prefix) Query the completer for a set of completions for the given prefix. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ThreadCompleter()
Method Detail |
---|
public Completion complete(ParameterDescriptor parameter, String prefix) throws Exception
Completer
Query the completer for a set of completions for the given prefix. The returned Completion
object provides the possible completion matching the prefix argument.
complete
in interface Completer
parameter
- the completed parameterprefix
- the prefix to completeException
- any exception that would prevent completion to perform correctly
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |