public class

ScriptLoader

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

Class Overview

High-level script loader and executor used by the GUI client.

Summary

Public Constructors
ScriptLoader(String path, String libdirPath)
Create a new script loader.
Public Methods
void execute(IClientContext context)
Execute a script.
ScriptType getScriptType()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public ScriptLoader (String path, String libdirPath)

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)

Public Methods

public void execute (IClientContext context)

Execute a script.

public ScriptType getScriptType ()