Class ScriptLoader
java.lang.Object
com.pnfsoftware.jeb.client.script.ScriptLoader
High-level script loader and executor used by the GUI client.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ScriptLoader
Create a new script loader. Supported language(s): Python- Parameters:
path
- path to scriptlibdirPath
- directory containing libraries used to execute scripts (eg, jython lib for a Python script)- Throws:
ScriptException
-
-
Method Details
-
getScriptType
-
execute
Execute a script.- Throws:
ScriptException
-