| Package | Description |
|---|---|
| com.speechstorm.fish.scripting | |
| com.speechstorm.fish.scripting.ezscript.expressions | |
| com.speechstorm.fish.scripting.ezscript.statements |
| Class and Description |
|---|
| APIContext
Defines the methods that are available to all Script blocks.
|
| AsyncResponse
Interface to provide asynchronous integration calls.
|
| DBRow
A simple wrapper to convert a ResultSet object (with all of its hard-coded
types) into a hashmap, for easy use in scripting languages like Groovy.
|
| DBRows
Simple container class for a 'DB Result'-style resultset.
|
| NativeDataElement |
| RemoteDataResult
Interface to provide asynchronous integration calls.
|
| RemoteException
Represents any exception that occurred while calling an
asynchronous integration method.
|
| ScriptEngineCache
This class maintains/caches the ScriptEngine associated to the evaluated script file (either
pointed by given file path or URL).
|
| SerializableVariableMap
An alternative to the VariableMap class which stores only String values
NOT USED - delete me!
|
| UnitTestAPIContext
Defines the methods that are available to help out
when writing unit tests for Script blocks
|
| VariableMap
A holder class for a set of variables, providing nice XML (de)serialisation.
|
| VUIUnitTest
Represents the result of a single unit test against a Script block.
|
| Class and Description |
|---|
| APIContext
Defines the methods that are available to all Script blocks.
|
| Class and Description |
|---|
| APIContext
Defines the methods that are available to all Script blocks.
|