org.apache.openejb.server.cli.command
Class ScriptCommand

java.lang.Object
  extended by org.apache.openejb.server.cli.command.AbstractCommand
      extended by org.apache.openejb.server.cli.command.ScriptCommand
Direct Known Subclasses:
ScriptFileCommand

public class ScriptCommand
extends AbstractCommand


Field Summary
protected  String language
           
protected  String script
           
protected  OpenEJBScripter scripter
           
 
Fields inherited from class org.apache.openejb.server.cli.command.AbstractCommand
command, streamManager
 
Constructor Summary
ScriptCommand()
           
 
Method Summary
 void execute(String cmd)
           
 void setScripter(OpenEJBScripter scripter)
           
 
Methods inherited from class org.apache.openejb.server.cli.command.AbstractCommand
lookup, setCommand, setStreamManager
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

scripter

protected OpenEJBScripter scripter

language

protected String language

script

protected String script
Constructor Detail

ScriptCommand

public ScriptCommand()
Method Detail

execute

public void execute(String cmd)
Specified by:
execute in class AbstractCommand

setScripter

public void setScripter(OpenEJBScripter scripter)


Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved.