|
JTR 5.0 API Documentation | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ScriptParams | |
---|---|
jtr.config | Here reside all the basic classes used to compose the object-oriented representation
of a jtr.xml configuration file. |
jtr.script | This package contains the main interfaces that must be implemented by both built-in and user-defined bindings to scripting-engines that should be used to run scripts meant for assigning parameters to runners. |
jtr.script.impl | This package contains the implementations of the built-in bindings to scripting-engines that can be used to run scripts meant for assigning parameters to runners. |
Uses of ScriptParams in jtr.config |
---|
Methods in jtr.config that return ScriptParams | |
---|---|
ScriptParams |
RunnerConfigParam.getScriptParams()
Get the actual parameters required for invoking a p-script. |
Methods in jtr.config with parameters of type ScriptParams | |
---|---|
void |
RunnerConfigParam.setScriptParams(ScriptParams scriptParams)
Set the actual parameters required for invoking a p-script. |
Uses of ScriptParams in jtr.script |
---|
Methods in jtr.script with parameters of type ScriptParams | |
---|---|
java.lang.Object |
IScriptEngine.execute(java.lang.String scriptUID,
ScriptParams actualParams,
IScriptContext ctx)
Executes the script identified by the scripUID with the give
actualParams parameters and the given ctx context. |
Uses of ScriptParams in jtr.script.impl |
---|
Methods in jtr.script.impl with parameters of type ScriptParams | |
---|---|
java.lang.Object |
BshScriptEngine.execute(java.lang.String scriptUID,
ScriptParams actualParams,
IScriptContext ctx)
Executes the given script. |
java.lang.Object |
GroovyScriptEngine.execute(java.lang.String scriptUID,
ScriptParams actualParams,
IScriptContext ctx)
Executes the given script. |
protected void |
AbstractScriptEngine.setActualParameters(PScript pScript,
ScriptParams actualParams)
|
|
The JTR Project is licensed under GPL version 2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |