Package | Description |
---|---|
org.opennms.netmgt.config | |
org.opennms.netmgt.config.rancid.adapter |
Modifier and Type | Method and Description |
---|---|
Iterable<Mapping> |
RancidAdapterConfigManager.mappings()
mappings
|
Modifier and Type | Method and Description |
---|---|
Mapping[] |
RancidConfiguration.getMapping()
Method getMapping.Returns the contents of the collection in
an Array.
|
Mapping |
RancidConfiguration.getMapping(int index)
Method getMapping.
|
Mapping |
RancidConfiguration.removeMappingAt(int index)
Method removeMappingAt.
|
static Mapping |
Mapping.unmarshal(Reader reader)
Method unmarshal.
|
Modifier and Type | Method and Description |
---|---|
Enumeration<Mapping> |
RancidConfiguration.enumerateMapping()
Method enumerateMapping.
|
List<Mapping> |
RancidConfiguration.getMappingCollection()
Method getMappingCollection.Returns a reference to
'_mappingList'.
|
Iterator<Mapping> |
RancidConfiguration.iterateMapping()
Method iterateMapping.
|
Modifier and Type | Method and Description |
---|---|
void |
RancidConfiguration.addMapping(int index,
Mapping vMapping) |
void |
RancidConfiguration.addMapping(Mapping vMapping) |
boolean |
RancidConfiguration.removeMapping(Mapping vMapping)
Method removeMapping.
|
void |
RancidConfiguration.setMapping(int index,
Mapping vMapping) |
void |
RancidConfiguration.setMapping(Mapping[] vMappingArray) |
Modifier and Type | Method and Description |
---|---|
void |
RancidConfiguration.setMapping(List<Mapping> vMappingList)
Sets the value of '_mappingList' by copying the given
Vector.
|
void |
RancidConfiguration.setMappingCollection(List<Mapping> mappingList)
Deprecated.
|
Copyright © 2015. All rights reserved.