public class GroovyScriptConnector extends Object
GroovyScriptConnector is the interface to the Groovy scripting
language. Generally, scripts are stored as plain text files in the file
system and are read by the Groovy Execution Engine.
In order to use variables and object instances of the IQM framework, the binding must contain all these.
| Modifier and Type | Field and Description |
|---|---|
private DefaultScriptBinding |
binding
This variable contains all variables for the execution environment of a
Groovy script.
|
private static org.apache.log4j.Logger |
logger |
private List<String> |
paths |
| Constructor and Description |
|---|
GroovyScriptConnector() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] args) |
void |
runScript(File file)
Runs a script with the specified file name.
|
private static final org.apache.log4j.Logger logger
private DefaultScriptBinding binding
Copyright © 2009–2017 Helmut Ahammer, Philipp Kainz. All rights reserved.