org.crsh.command
Class ClassCommand

java.lang.Object
  extended by groovy.lang.GroovyObjectSupport
      extended by org.crsh.command.BaseCommand<java.lang.Void,java.lang.Void>
          extended by org.crsh.command.ClassCommand
All Implemented Interfaces:
groovy.lang.GroovyObject, ShellCommand<java.lang.Void,java.lang.Void>

public abstract class ClassCommand
extends BaseCommand<java.lang.Void,java.lang.Void>

Version:
$Revision$
Author:
Julien Viet

Constructor Summary
protected ClassCommand()
           
 
Method Summary
protected abstract  java.lang.Object execute()
           
protected  void execute(CommandContext<java.lang.Void,java.lang.Void> context)
           
 
Methods inherited from class org.crsh.command.BaseCommand
execute, getConsumedType, getProducedType, getProperty, getUnquoteArguments, invokeMethod, readLine, readLine, setProperty, setUnquoteArguments
 
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

ClassCommand

protected ClassCommand()
Method Detail

execute

protected void execute(CommandContext<java.lang.Void,java.lang.Void> context)
                throws ScriptException
Specified by:
execute in class BaseCommand<java.lang.Void,java.lang.Void>
Throws:
ScriptException

execute

protected abstract java.lang.Object execute()
                                     throws ScriptException
Throws:
ScriptException


Copyright © 2010 eXo Platform SAS. All Rights Reserved.