Package | Description |
---|---|
org.opennms.netmgt.xml.eventconf |
This file is part of OpenNMS(R).
|
Modifier and Type | Method and Description |
---|---|
Script[] |
Event.getScript() |
Script |
Event.getScript(int index) |
Script |
Event.removeScriptAt(int index) |
static Script |
Script.unmarshal(Reader reader) |
Modifier and Type | Method and Description |
---|---|
Enumeration<Script> |
Event.enumerateScript() |
List<Script> |
Event.getScriptCollection() |
Iterator<Script> |
Event.iterateScript() |
Modifier and Type | Method and Description |
---|---|
void |
Event.addScript(int index,
Script script) |
void |
Event.addScript(Script script) |
boolean |
Event.removeScript(Script script) |
void |
Event.setScript(int index,
Script script) |
void |
Event.setScript(Script[] scripts) |
Modifier and Type | Method and Description |
---|---|
void |
Event.setScript(List<Script> scripts) |
void |
Event.setScriptCollection(List<Script> scripts) |
Copyright © 2017. All rights reserved.