public abstract class AbstractScriptRunner extends Object implements ScriptRunner
ScriptRunner implementations| Constructor and Description |
|---|
AbstractScriptRunner() |
| Modifier and Type | Method and Description |
|---|---|
void |
loadScript(URL url)
Loads a script from a URL and evaluates it
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcallMethod, callMethod, callMethod, callMethod, convert, eval, getName, getVersioncreateJsonBuilderpublic void loadScript(URL url) throws IOException, ScriptRunnerException
ScriptRunnerloadScript in interface ScriptRunnerurl - the script's URLIOException - if the script could not be loadedScriptRunnerException - if the script is invalid