public abstract class JCRCommand extends CRaSHCommand implements PathCompleter
unmatchedcontext, out| Modifier | Constructor and Description |
|---|---|
protected |
JCRCommand() |
| Modifier and Type | Method and Description |
|---|---|
Completion |
complete(ParameterDescriptor parameter,
String prefix)
Query the completer for a set of completions for the given prefix.
|
getMetaClass, getProperty, invokeMethod, setMetaClass, setProperty, toScript, unwrap, unwrapexecute, getUnmatched, readLine, readLinepeekContext, popContext, pushContextprotected JCRCommand() throws IntrospectionException
IntrospectionExceptionpublic 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 © 2013 eXo Platform SAS. All Rights Reserved.