JTR 5.0 API Documentation

Uses of Package
jtr.script

Packages that use jtr.script
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.script used by jtr.script
IScriptContext
          This interface represents the default context accessible from every script via the global.jtrContext keyword.
IScriptEngine
          This is the contract every JTR-enabled script-engine has to adhere to.
ScriptException
          The exception that script engines are allowed to raise.
 

Classes in jtr.script used by jtr.script.impl
IScriptContext
          This interface represents the default context accessible from every script via the global.jtrContext keyword.
IScriptEngine
          This is the contract every JTR-enabled script-engine has to adhere to.
ScriptException
          The exception that script engines are allowed to raise.
 


The JTR Project is licensed under GPL version 2