public class EventVectorScript extends AbstractScriptSubsetter implements EventVectorSubsetter
config, engine, factory, script, scriptType
Constructor and Description |
---|
EventVectorScript(org.w3c.dom.Element config) |
Modifier and Type | Method and Description |
---|---|
StringTree |
accept(edu.sc.seis.fissuresUtil.cache.CacheEvent event,
edu.sc.seis.fissuresUtil.hibernate.ChannelGroup channelGroup,
CookieJar cookieJar) |
StringTree |
runScript(VelocityEvent event,
VelocityChannelGroup channelGroup,
CookieJar cookieJar)
Run the script with the arguments as predefined variables.
|
cleanScript, eval, preeval, pullResult
public StringTree accept(edu.sc.seis.fissuresUtil.cache.CacheEvent event, edu.sc.seis.fissuresUtil.hibernate.ChannelGroup channelGroup, CookieJar cookieJar) throws java.lang.Exception
accept
in interface EventVectorSubsetter
java.lang.Exception
public StringTree runScript(VelocityEvent event, VelocityChannelGroup channelGroup, CookieJar cookieJar) throws java.lang.Exception
java.lang.Exception