|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Completer
| Method Summary | |
|---|---|
Completion |
complete(ParameterDescriptor parameter,
String prefix)
Query the completer for a set of completions for the given prefix. |
| Method Detail |
|---|
Completion complete(ParameterDescriptor parameter,
String prefix)
throws Exception
Query the completer for a set of completions for the given prefix. The returned Completion object
provides the possible completion matching the prefix argument.
parameter - the completed parameterprefix - the prefix to complete
Exception - 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 | |||||||||