com.cloudera.cdk.morphline.scriptengine.java
Class FastJavaScriptEngine.JavaCompiledScript

java.lang.Object
  extended by javax.script.CompiledScript
      extended by com.cloudera.cdk.morphline.scriptengine.java.FastJavaScriptEngine.JavaCompiledScript
Enclosing class:
FastJavaScriptEngine

public static final class FastJavaScriptEngine.JavaCompiledScript
extends CompiledScript


Method Summary
 Object eval(Object... params)
           
 Object eval(ScriptContext ctx)
           
 ScriptEngine getEngine()
           
 
Methods inherited from class javax.script.CompiledScript
eval, eval
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

eval

public Object eval(Object... params)
            throws ScriptException
Throws:
ScriptException

getEngine

public ScriptEngine getEngine()
Specified by:
getEngine in class CompiledScript

eval

public Object eval(ScriptContext ctx)
            throws ScriptException
Specified by:
eval in class CompiledScript
Throws:
ScriptException


Copyright © 2013 Cloudera. All rights reserved.