JTR 5.0 API Documentation

Package 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.

See:
          Description

Interface Summary
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.
 

Class Summary
ScriptContext This class represents the default context accessible from every script via the global.jtrContext keyword.
 

Exception Summary
ScriptException The exception that script engines are allowed to raise.
 

Package jtr.script Description

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.

Since:
5.0
Version:
5.0
Author:
Francesco Russo

The JTR Project is licensed under GPL version 2