JTR 5.0 API Documentation

Uses of Package
jtr.config.script

Packages that use jtr.config.script
jtr.config Here reside all the basic classes used to compose the object-oriented representation of a jtr.xml configuration file. 
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 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. 
 

Classes in jtr.config.script used by jtr.config
ScriptParams
          Class that maps the script-params element of the jtr.xml configuration file.
Scripts
          Class that maps the scripts element of the jtr.xml configuration file.
 

Classes in jtr.config.script used by jtr.config.script
Input
          Class that maps the input element of the jtr.xml configuration file.
Input.Type
          Enumeration of constants defining the recognized parameter types.
Inputs
          Class that maps the inputs element of the jtr.xml configuration file.
LScript
          Class that maps the l-script element of the jtr.xml configuration file.
LScripts
          Class that maps the l-scripts element of the jtr.xml configuration file.
PScript
          Class that maps the p-script element of the jtr.xml configuration file.
PScripts
          Class that maps the p-scripts element of the jtr.xml configuration file.
Script
          Common interface for every class representing a script entity.
ScriptParam
          The actual value of a script parameter.
 

Classes in jtr.config.script used by jtr.script
ScriptParams
          Class that maps the script-params element of the jtr.xml configuration file.
Scripts
          Class that maps the scripts element of the jtr.xml configuration file.
 

Classes in jtr.config.script used by jtr.script.impl
PScript
          Class that maps the p-script element of the jtr.xml configuration file.
Script
          Common interface for every class representing a script entity.
ScriptParams
          Class that maps the script-params element of the jtr.xml configuration file.
Scripts
          Class that maps the scripts element of the jtr.xml configuration file.
 


The JTR Project is licensed under GPL version 2