|
JTR 5.0 API Documentation | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IScriptEngine
This is the contract every JTR-enabled script-engine has to adhere to.
Method Summary | |
---|---|
java.lang.Object |
execute(java.lang.String scriptUID,
ScriptParams actualParams,
IScriptContext ctx)
Executes the script identified by the scripUID with the give
actualParams parameters and the given ctx context. |
IScriptEngine |
newInstance()
|
void |
setScripts(Scripts scripts)
Sets the configured collection of both l-scripts and p-scripts. |
Method Detail |
---|
IScriptEngine newInstance()
void setScripts(Scripts scripts)
scripts
- java.lang.Object execute(java.lang.String scriptUID, ScriptParams actualParams, IScriptContext ctx) throws ScriptException
scripUID
with the give
actualParams
parameters and the given ctx
context.
scriptUID
- actualParams
- ctx
-
ScriptException
|
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 |