|
JTR 5.0 API Documentation | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjtr.config.script.LScript
public class LScript
Class that maps the l-script
element of the jtr.xml
configuration file. See the jtr.xsd
grammar for more information.
A LScrip
is a library-script, that is a script that can be used by
PScript
s to avoid code duplication.
Every PScrip
has a name that must be unique in the JTR-configuration
it belongs to.
Since library-scripts are only used by parameterization-scripts,
it is not necessary to specify in the jtr.xml
file either their output
variable name nor their formal parameters definition.
The only valid constraint is that all the scripts must be expressed in the same
scripting language.
Constructor Summary | |
---|---|
LScript()
|
Method Summary | |
---|---|
java.lang.String |
getBody()
Get the script's body |
void |
setBody(java.lang.String body)
Set the script's body. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LScript()
Method Detail |
---|
public void setBody(java.lang.String body)
body
- public java.lang.String getBody()
getBody
in interface Script
|
The JTR Project is licensed under GPL version 2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |