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.
|
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
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