Package | Description |
---|---|
org.scripthelper.debug |
The debug package.
|
org.scripthelper.model |
Contains the classes which model the scripts and their methods.
|
Modifier and Type | Method and Description |
---|---|
ScriptProxy<S> |
DebugSession.getScriptProxy()
Return the script proxy.
|
Modifier and Type | Method and Description |
---|---|
void |
DebugSession.setScriptProxy(ScriptProxy<S> scriptProxy)
Set the ScriptProxy.
|
Modifier and Type | Method and Description |
---|---|
default ScriptProxy<S> |
ScriptWrapper.getScriptProxy()
Return the script proxy.
|
ScriptProxy |
ScriptWrapperCombiner.getScriptProxy(java.lang.Object script)
Return the script proxy.
|
ScriptProxy<S> |
AbstractScriptWrapper.getScriptProxy(S script)
Return the script proxy.
|
ScriptProxy<S> |
ScriptWrapper.getScriptProxy(S script)
Return the script proxy, for a specified script.
|
default ScriptProxy<S> |
ScriptWrapper.getScriptProxyHandler()
Return the script proxy.
|
Copyright © 2019-2024 Herve Girod. All Rights Reserved. Documentation and source under the BSD licence