E - The type of the executor@FunctionalInterface
public interface CompletionsProvider<E>
| Modifier and Type | Method and Description |
|---|---|
void |
provide(java.util.Set<java.lang.String> completions,
ExecutionContext<E> executionContext,
StringReader stringReader)
Provide custom completions.
|
void provide(java.util.Set<java.lang.String> completions,
ExecutionContext<E> executionContext,
StringReader stringReader)
completions - The set of completionsexecutionContext - The execution contextstringReader - The string reader