Package | Description |
---|---|
org.opennms.netmgt.config | |
org.opennms.netmgt.config.destinationPaths |
This file is part of OpenNMS(R).
|
Modifier and Type | Method and Description |
---|---|
Path |
DestinationPathManager.getPath(String pathName)
getPath
|
Modifier and Type | Method and Description |
---|---|
Map<String,Path> |
DestinationPathManager.getPaths()
getPaths
|
Modifier and Type | Method and Description |
---|---|
void |
DestinationPathManager.addPath(Path newPath)
addPath
|
Collection<String> |
DestinationPathManager.getTargetCommands(Path path,
int index,
String target)
getTargetCommands
|
Target[] |
DestinationPathManager.getTargetList(int index,
Path path)
getTargetList
|
boolean |
DestinationPathManager.pathHasTarget(Path path,
String target)
pathHasTarget
|
void |
DestinationPathManager.removePath(Path path)
Removes a Path from the xml file.
|
void |
DestinationPathManager.replacePath(String oldName,
Path newPath)
replacePath
|
Modifier and Type | Method and Description |
---|---|
List<Path> |
DestinationPaths.getPaths() |
Modifier and Type | Method and Description |
---|---|
void |
DestinationPaths.addPath(Path path) |
boolean |
DestinationPaths.removePath(Path path) |
Modifier and Type | Method and Description |
---|---|
void |
DestinationPaths.setPaths(List<Path> paths) |
Copyright © 2021. All rights reserved.