Package | Description |
---|---|
org.opennms.netmgt.config.discovery |
Modifier and Type | Method and Description |
---|---|
ExcludeRange[] |
DiscoveryConfiguration.getExcludeRange()
Method getExcludeRange.Returns the contents of the
collection in an Array.
|
ExcludeRange |
DiscoveryConfiguration.getExcludeRange(int index)
Method getExcludeRange.
|
ExcludeRange |
DiscoveryConfiguration.removeExcludeRangeAt(int index)
Method removeExcludeRangeAt.
|
static ExcludeRange |
ExcludeRange.unmarshal(Reader reader)
Method unmarshal.
|
Modifier and Type | Method and Description |
---|---|
Enumeration<ExcludeRange> |
DiscoveryConfiguration.enumerateExcludeRange()
Method enumerateExcludeRange.
|
List<ExcludeRange> |
DiscoveryConfiguration.getExcludeRangeCollection()
Method getExcludeRangeCollection.Returns a reference to
'_excludeRangeList'.
|
Iterator<ExcludeRange> |
DiscoveryConfiguration.iterateExcludeRange()
Method iterateExcludeRange.
|
Modifier and Type | Method and Description |
---|---|
void |
DiscoveryConfiguration.addExcludeRange(ExcludeRange vExcludeRange) |
void |
DiscoveryConfiguration.addExcludeRange(int index,
ExcludeRange vExcludeRange) |
boolean |
DiscoveryConfiguration.removeExcludeRange(ExcludeRange vExcludeRange)
Method removeExcludeRange.
|
void |
DiscoveryConfiguration.setExcludeRange(ExcludeRange[] vExcludeRangeArray) |
void |
DiscoveryConfiguration.setExcludeRange(int index,
ExcludeRange vExcludeRange) |
Modifier and Type | Method and Description |
---|---|
void |
DiscoveryConfiguration.setExcludeRange(List<ExcludeRange> vExcludeRangeList)
Sets the value of '_excludeRangeList' by copying the given
Vector.
|
void |
DiscoveryConfiguration.setExcludeRangeCollection(List<ExcludeRange> excludeRangeList)
Deprecated.
|
Copyright © 2017. All rights reserved.