public class repl extends BaseCommand implements ReplCompleter
log, unmatchedcontext, out| Constructor and Description |
|---|
repl() |
| Modifier and Type | Method and Description |
|---|---|
Completion |
complete(ParameterDescriptor parameter,
String prefix)
Query the completer for a set of completions for the given prefix.
|
void |
main(InvocationContext<Object> context,
String name) |
execute, getUnmatched, readLine, readLinepeekContext, popContext, pushContextpublic repl()
public void main(InvocationContext<Object> context, String name) throws Exception
Exceptionpublic Completion complete(ParameterDescriptor parameter, String prefix) throws Exception
CompleterQuery the completer for a set of completions for the given prefix. The returned Completion object
provides the possible completion matching the prefix argument.
Copyright © 2015 eXo Platform SAS. All Rights Reserved.