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.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 |
GroovyScriptException<S>
This interface wraps a Groovy exception fired by the Scripting engine.
|
Modifier and Type | Class and Description |
---|---|
class |
JSScriptException<S>
This interface wraps a Javascript exception fired by the Scripting engine.
|
Modifier and Type | Class and Description |
---|---|
class |
PythonScriptException<S>
This interface wraps a Python exception fired by the Scripting engine.
|
Modifier and Type | Class and Description |
---|---|
class |
RubyScriptException<S>
This interface wraps a Groovy exception fired by the Scripting engine.
|
Copyright © 2019-2024 Herve Girod. All Rights Reserved. Documentation and source under the BSD licence