package

com.pnfsoftware.jeb.client.script

Facility code to provide implementors of JEB clients a way to offer scripting supports to JEB users. (This package does not contain types for JEB scripts themselves.)

Classes

JebPythonInterpreter Python interpreter using Jython. 
JebPythonPluginFactory Factory for JEB plugins written in Python. 
JebPythonPluginService Manager for JEB plugins written in Python. 
JythonUtil Utility routines for Jython 2.7. 
PythonScriptFactory Create an IScript object out of a JEB Python script. 
ScriptLoader High-level script loader and executor used by the GUI client. 
ScriptUtil Utility methods. 
TypeInfo Java type information used by the script interpreter. 
TypeInfoProvider Java type parser and provider used by the script interpreter. 

Enums

ScriptType Type of a JEB script, currently Python (2.7) or Java (deprecated). 

Exceptions

ScriptException This exception is used to report a generic error that occurred when processing a JEB Python script. 
ScriptExecutionException This exception is used to report an error that occurred within a JEB Python script, during that script execution. 
ScriptInitializationException This exception is used to report an error that occurred when initializing a JEB Python script. 
ScriptPreparationException This exception is used to report an error that occurred when preparing the JEB Python script engine.