Package | Description |
---|---|
org.scripthelper.groovy |
Contains the classes which implements the Groovy scripts.
|
org.scripthelper.js |
Contains the classes which implements the Javascript scripts.
|
org.scripthelper.model |
Contains the classes which model the scripts and their methods.
|
org.scripthelper.python |
Contains the classes which implements the Python scripts.
|
org.scripthelper.ruby |
Contains the classes which implements the Ruby scripts.
|
Modifier and Type | Class and Description |
---|---|
class |
GroovyScriptWrapper<S>
The Groovy Script wrapper.
|
Modifier and Type | Class and Description |
---|---|
class |
JSScriptWrapper<S>
The Javascript Script wrapper.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractDebuggingScriptWrapper<S>
An abstract debugging sxript xrapper implementation.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<AbstractScriptWrapper<?>> |
ScriptWrapperCombiner.getScriptWrappers()
Return the list of script wrappers to use.
|
Modifier and Type | Class and Description |
---|---|
class |
PythonScriptWrapper<S>
The Python Script wrapper.
|
Modifier and Type | Class and Description |
---|---|
class |
RubyScriptWrapper<S>
The Ruby Script wrapper.
|
Copyright © 2019-2024 Herve Girod. All Rights Reserved. Documentation and source under the BSD licence