Package | Description |
---|---|
org.opennms.netmgt.config | |
org.opennms.netmgt.config.destinationPaths |
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 |
---|---|
Path[] |
DestinationPaths.getPath()
Method getPath.Returns the contents of the collection in an
Array.
|
Path |
DestinationPaths.getPath(int index)
Method getPath.
|
Path |
DestinationPaths.removePathAt(int index)
Method removePathAt.
|
static Path |
Path.unmarshal(Reader reader)
Method unmarshal.
|
Modifier and Type | Method and Description |
---|---|
Enumeration<Path> |
DestinationPaths.enumeratePath()
Method enumeratePath.
|
List<Path> |
DestinationPaths.getPathCollection()
Method getPathCollection.Returns a reference to '_pathList'.
|
Iterator<Path> |
DestinationPaths.iteratePath()
Method iteratePath.
|
Modifier and Type | Method and Description |
---|---|
void |
DestinationPaths.addPath(int index,
Path vPath) |
void |
DestinationPaths.addPath(Path vPath) |
boolean |
DestinationPaths.removePath(Path vPath)
Method removePath.
|
void |
DestinationPaths.setPath(int index,
Path vPath) |
void |
DestinationPaths.setPath(Path[] vPathArray) |
Modifier and Type | Method and Description |
---|---|
void |
DestinationPaths.setPath(List<Path> vPathList)
Sets the value of '_pathList' by copying the given Vector.
|
void |
DestinationPaths.setPathCollection(List<Path> pathList)
Deprecated.
|
Copyright © 2017. All rights reserved.