Package | Description |
---|---|
org.opennms.netmgt.config | |
org.opennms.netmgt.config.map.adapter |
Modifier and Type | Method and Description |
---|---|
Iterable<Package> |
MapsAdapterConfigManager.packages()
packages
|
Modifier and Type | Method and Description |
---|---|
Iterable<String> |
MapsAdapterConfigManager.includeURLs(Package pkg)
includeURLs
|
Modifier and Type | Method and Description |
---|---|
Package[] |
MapsAdapterConfiguration.getPackage()
Method getPackage.Returns the contents of the collection in
an Array.
|
Package |
MapsAdapterConfiguration.getPackage(int index)
Method getPackage.
|
Package |
MapsAdapterConfiguration.removePackageAt(int index)
Method removePackageAt.
|
static Package |
Package.unmarshal(Reader reader)
Method unmarshal.
|
Modifier and Type | Method and Description |
---|---|
Enumeration<Package> |
MapsAdapterConfiguration.enumeratePackage()
Method enumeratePackage.
|
List<Package> |
MapsAdapterConfiguration.getPackageCollection()
Method getPackageCollection.Returns a reference to
'_packageList'.
|
Iterator<Package> |
MapsAdapterConfiguration.iteratePackage()
Method iteratePackage.
|
Modifier and Type | Method and Description |
---|---|
void |
MapsAdapterConfiguration.addPackage(int index,
Package vPackage) |
void |
MapsAdapterConfiguration.addPackage(Package vPackage) |
boolean |
MapsAdapterConfiguration.removePackage(Package vPackage)
Method removePackage.
|
void |
MapsAdapterConfiguration.setPackage(int index,
Package vPackage) |
void |
MapsAdapterConfiguration.setPackage(Package[] vPackageArray) |
Modifier and Type | Method and Description |
---|---|
void |
MapsAdapterConfiguration.setPackage(List<Package> vPackageList)
Sets the value of '_packageList' by copying the given
Vector.
|
void |
MapsAdapterConfiguration.setPackageCollection(List<Package> _packageList)
Deprecated.
|
Copyright © 2015. All rights reserved.