JTR 5.0 API Documentation

Uses of Interface
jtr.script.IScriptEngine

Packages that use IScriptEngine
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. 
 

Uses of IScriptEngine in jtr.script
 

Methods in jtr.script that return IScriptEngine
 IScriptEngine IScriptEngine.newInstance()
           
 

Uses of IScriptEngine in jtr.script.impl
 

Classes in jtr.script.impl that implement IScriptEngine
 class AbstractScriptEngine
          Base abstract script engine useful for writing new ones.
 class BshScriptEngine
          BeanShell-based script-engine adptor for the JTR runtime.
 class GroovyScriptEngine
          Groovy-based script-engine for the JTR runtime.
 

Methods in jtr.script.impl that return IScriptEngine
 IScriptEngine BshScriptEngine.newInstance()
           
 IScriptEngine GroovyScriptEngine.newInstance()
           
 


The JTR Project is licensed under GPL version 2