Query the completer for a set of completions for the given prefix. The returned {@link Completion} objectprovides the possible completion matching the prefix argument.
@param parameter the completed parameter @param prefix the prefix to complete @return the possible suffix map @throws Exception any exception that would prevent completion to perform correctly
|
|