Class ScriptLoader

java.lang.Object
com.pnfsoftware.jeb.client.script.ScriptLoader

public class ScriptLoader extends Object
High-level script loader and executor used by the GUI client.
  • Constructor Details

    • ScriptLoader

      public ScriptLoader(String path, String libdirPath) throws ScriptException
      Create a new script loader. Supported language(s): Python
      Parameters:
      path - path to script
      libdirPath - directory containing libraries used to execute scripts (eg, jython lib for a Python script)
      Throws:
      ScriptException
  • Method Details