public abstract class AbstractScriptDriver extends java.lang.Object implements ScriptDriver
| Constructor and Description |
|---|
AbstractScriptDriver() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
allowImplicitParams() |
boolean |
isParamErrorGroup(java.lang.String contextParam) |
boolean |
isParamErrorKey(java.lang.String contextParam) |
boolean |
isVarNameMatchesKeyWord(java.lang.String varName) |
void |
runScript(java.lang.String name,
java.util.Map<java.lang.String,java.lang.Object> context)
Executes the script identified by
name |
boolean |
supportsPublishedParams() |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcanRun, getSupportedEngines, isBinaryScript, parseScriptForParams, preCompileScript, releaseResources, releaseResourcespublic boolean isVarNameMatchesKeyWord(java.lang.String varName)
isVarNameMatchesKeyWord in interface ScriptDriverpublic final void runScript(java.lang.String name,
java.util.Map<java.lang.String,java.lang.Object> context)
throws MXException,
java.rmi.RemoteException
ScriptDrivernamerunScript in interface ScriptDrivername - - the name of the script to executecontext - - the execution context for the script runtimeMXExceptionjava.rmi.RemoteExceptionpublic boolean isParamErrorKey(java.lang.String contextParam)
contextParam - public boolean isParamErrorGroup(java.lang.String contextParam)
contextParam - public boolean supportsPublishedParams()
supportsPublishedParams in interface ScriptDriverpublic boolean allowImplicitParams()
allowImplicitParams in interface ScriptDriver