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 | Interface and Description |
---|---|
interface |
DebuggingWrapper<S>
The interface for debugging wrappers.
|
interface |
ScriptWrapper<S>
The ScriptWrapper class.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractDebuggingScriptWrapper<S>
An abstract debugging sxript xrapper implementation.
|
class |
AbstractScriptWrapper<S>
The ScriptWrapper class.
|
class |
ScriptWrapperCombiner
A Script wrapper which can represent several script wrappers depending on the script file.
|
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