Package | Description |
---|---|
net.grinder.scriptengine |
Common interface used by the worker process implementation and script engines.
|
net.grinder.scriptengine.clojure |
Clojure script engine.
|
net.grinder.scriptengine.java |
Java script engine.
|
net.grinder.scriptengine.jython |
Jython script engine.
|
Modifier and Type | Method and Description |
---|---|
ScriptEngineService.ScriptEngine |
ScriptEngineService.createScriptEngine(ScriptLocation script)
If the script engine service can handle the given script, it should return
a suitable implementation.
|
Modifier and Type | Method and Description |
---|---|
ScriptEngineService.ScriptEngine |
ClojureScriptEngineService.createScriptEngine(ScriptLocation script)
If the script engine service can handle the given script, it should return
a suitable implementation.
|
Modifier and Type | Method and Description |
---|---|
ScriptEngineService.ScriptEngine |
JavaScriptEngineService.createScriptEngine(ScriptLocation script)
If the script engine service can handle the given script, it should return
a suitable implementation.
|
Modifier and Type | Method and Description |
---|---|
ScriptEngineService.ScriptEngine |
JythonScriptEngineService.createScriptEngine(ScriptLocation script)
If the script engine service can handle the given script, it should return
a suitable implementation.
|
Copyright © 2000-2014. All Rights Reserved.