| Package | Description |
|---|---|
| de.aristaflow.adept2.model.scripts |
| Modifier and Type | Class and Description |
|---|---|
class |
ScriptEnvironmentException
An exception indicating that there is a problem with the environment of a
script, that are problems with input or output parameter or the configuration
of environment variables.
|
class |
ScriptEvaluationException
An exception indicating that there is a problem with the evaluation of a
script.
|
| Modifier and Type | Method and Description |
|---|---|
static Script |
ScriptTools.parseScriptDeclaration(java.lang.String script)
Parses the given script declaration in its string form and returns it as
object where the components are easily accessible.
|
static Script |
ScriptTools.parseScriptDeclaration(java.lang.String script,
boolean paramRefsAllowed)
Parses the given script declaration in its string form and returns it as
object where the components are easily accessible.
|
static Script |
ScriptTools.resolveParameterReferences(Script script,
java.util.Map<java.lang.String,java.io.Serializable> paramValues)
Resolves the parameter references of the given script using the available
values.
|