public abstract class AbstractExecutableScript extends java.lang.Object implements ExecutableScript
| Constructor and Description |
|---|
AbstractExecutableScript() |
| Modifier and Type | Method and Description |
|---|---|
void |
setNextVar(java.lang.String name,
java.lang.Object value)
Sets a runtime script parameter.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitrun, unwrappublic void setNextVar(java.lang.String name,
java.lang.Object value)
ExecutableScriptNote that this method may be slow, involving put() and get() calls to a hashmap or similar.
setNextVar in interface ExecutableScriptname - parameter namevalue - parameter value