| Interface | Description |
|---|---|
| ScriptExecutor |
Load script files and executes functions.
|
| ScriptExecutor.Installable |
Interface for object that add something to the ScriptExecutor.
|
| ScriptingEngine |
Interface for services that processes records by using a script.
|
| Exception | Description |
|---|---|
| ScriptingEngineException |
Exceptions thrown by
ScriptingEngine implementation on errors. |
| ScriptNotFoundException |
Thrown if a requested script does not exist in the script directory.
|