public class ModuleEmbeddedScript extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
event |
String |
lang |
String |
script |
String |
target |
| Constructor and Description |
|---|
ModuleEmbeddedScript() |
ModuleEmbeddedScript(String target,
String event,
String lang,
String script) |
| Modifier and Type | Method and Description |
|---|---|
Script |
getScript(String ns,
AgentProxy agent) |
boolean |
shouldRun(String event,
boolean isServer) |
public String target
public String event
public String lang
public String script
public Script getScript(String ns, AgentProxy agent) throws ScriptingEngineException
ScriptingEngineExceptionpublic boolean shouldRun(String event, boolean isServer)
Copyright © 1997–2020 CRISTAL-iSE. All rights reserved.