public interface Completer
Modifier and Type | Method and Description |
---|---|
Completion |
complete(ParameterDescriptor parameter,
String prefix)
Query the completer for a set of completions for the given prefix.
|
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 completeException
- any exception that would prevent completion to perform correctlyCopyright © 2015 eXo Platform SAS. All Rights Reserved.