Package | Description |
---|---|
org.opennms.netmgt.events.api.model | |
org.opennms.netmgt.xml.event |
This file is part of OpenNMS(R).
|
Modifier and Type | Class and Description |
---|---|
class |
ImmutableScript
An immutable implementation of '
IScript '. |
Modifier and Type | Method and Description |
---|---|
IScript[] |
IEvent.getScript() |
IScript[] |
ImmutableEvent.getScript() |
IScript |
IEvent.getScript(int index) |
IScript |
ImmutableEvent.getScript(int index) |
static IScript |
ImmutableScript.immutableCopy(IScript script) |
Modifier and Type | Method and Description |
---|---|
List<IScript> |
IEvent.getScriptCollection() |
List<IScript> |
ImmutableEvent.getScriptCollection() |
Modifier and Type | Method and Description |
---|---|
static IScript |
ImmutableScript.immutableCopy(IScript script) |
static ImmutableScript.Builder |
ImmutableScript.newBuilderFrom(IScript script) |
Modifier and Type | Method and Description |
---|---|
ImmutableEvent.Builder |
ImmutableEvent.Builder.setScriptList(List<IScript> scriptList) |
Constructor and Description |
---|
Builder(IScript script) |
Modifier and Type | Method and Description |
---|---|
static Script |
Script.copyFrom(IScript source) |
Copyright © 2021. All rights reserved.