|
JTR 5.0 API Documentation | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PScript | |
|---|---|
| jtr.config.script | This package contains the classes required to reprsent in object-oriented way
the XML elements used in a jtr.xml file to represent both library and
parameterization scripts. |
| 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 PScript in jtr.config.script |
|---|
| Methods in jtr.config.script that return PScript | |
|---|---|
PScript |
PScripts.getPScript(java.lang.String name)
Get a parameterization-script by name. |
| Methods in jtr.config.script that return types with arguments of type PScript | |
|---|---|
java.util.Collection<PScript> |
PScripts.getPScripts()
Get all the configured parameterization-scripts. |
java.util.Map<java.lang.String,PScript> |
PScripts.getPScriptsMap()
Get an immutable representation of the underlying map of parameterization-scripts. |
| Methods in jtr.config.script with parameters of type PScript | |
|---|---|
void |
PScripts.addPScript(PScript pscript)
Add a parameterization-script to this container. |
| Uses of PScript in jtr.script.impl |
|---|
| Methods in jtr.script.impl that return PScript | |
|---|---|
protected PScript |
AbstractScriptEngine.findScript(java.lang.String scriptUID)
Finds the required parameterization-script using its unique name provided as input parameter. |
| Methods in jtr.script.impl with parameters of type PScript | |
|---|---|
protected java.lang.String |
AbstractScriptEngine.defineScript(PScript pScript)
This method appends the given pScript to the
previously reorganized library-scripts, in order to
make pScript executable. |
protected void |
AbstractScriptEngine.setActualParameters(PScript pScript,
ScriptParams actualParams)
|
|
The JTR Project is licensed under GPL version 2 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||