Uses of Class
org.opennms.netmgt.xml.eventconf.Script
-
Packages that use Script Package Description org.opennms.netmgt.xml.eventconf This file is part of OpenNMS(R). -
-
Uses of Script in org.opennms.netmgt.xml.eventconf
Methods in org.opennms.netmgt.xml.eventconf that return types with arguments of type Script Modifier and Type Method Description List<Script>
Event. getScripts()
Methods in org.opennms.netmgt.xml.eventconf with parameters of type Script Modifier and Type Method Description void
Event. addScript(Script script)
boolean
Event. removeScript(Script script)
Method parameters in org.opennms.netmgt.xml.eventconf with type arguments of type Script Modifier and Type Method Description void
Event. setScripts(List<Script> scripts)
-