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 | Method and Description |
---|---|
protected boolean |
GroovyScriptWrapper.parseScript(ScriptSource source,
ScriptContent content) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
JSScriptWrapper.parseScript(ScriptSource source,
ScriptContent content) |
Modifier and Type | Method and Description |
---|---|
protected abstract boolean |
AbstractScriptWrapper.parseScript(ScriptSource source,
ScriptContent content)
Parse the script content.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
PythonScriptWrapper.parseScript(ScriptSource source,
ScriptContent content) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
RubyScriptWrapper.parseScript(ScriptSource source,
ScriptContent content) |
Copyright © 2019-2024 Herve Girod. All Rights Reserved. Documentation and source under the BSD licence