org.crsh.jcr.command
Class JCRCommand

java.lang.Object
  extended by groovy.lang.GroovyObjectSupport
      extended by org.crsh.command.GroovyCommand
          extended by org.crsh.command.CRaSHCommand
              extended by org.crsh.jcr.command.JCRCommand
All Implemented Interfaces:
groovy.lang.GroovyObject, Completer, ShellCommand

public abstract class JCRCommand
extends CRaSHCommand
implements Completer

Version:
$Revision$
Author:
Julien Viet

Constructor Summary
protected JCRCommand()
           
 
Method Summary
 Map<String,Boolean> complete(ParameterDescriptor<?> parameter, String prefix)
           
 
Methods inherited from class org.crsh.command.CRaSHCommand
complete, createInvoker, describe, getContext, getDescriptor, getUnmatched, getUnquoteArguments, readLine, readLine, setUnquoteArguments
 
Methods inherited from class org.crsh.command.GroovyCommand
getProperty, invokeMethod, setProperty
 
Methods inherited from class groovy.lang.GroovyObjectSupport
getMetaClass, setMetaClass
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JCRCommand

protected JCRCommand()
              throws IntrospectionException
Throws:
IntrospectionException
Method Detail

complete

public Map<String,Boolean> complete(ParameterDescriptor<?> parameter,
                                    String prefix)
                             throws Exception
Specified by:
complete in interface Completer
Throws:
Exception


Copyright © 2011 eXo Platform SAS. All Rights Reserved.