Package | Description |
---|---|
org.opennms.netmgt.config |
TODO: add package overview sentence here.
|
org.opennms.netmgt.config.vulnscand |
Castor-generated package.
|
Modifier and Type | Method and Description |
---|---|
void |
VulnscandConfigFactory.addRange(ScanLevel level,
InetAddress begin,
InetAddress end)
addRange
|
void |
VulnscandConfigFactory.addSpecific(ScanLevel level,
InetAddress specific)
addSpecific
|
Set<InetAddress> |
VulnscandConfigFactory.getAllIpAddresses(ScanLevel level)
getAllIpAddresses
|
void |
VulnscandConfigFactory.removeRange(ScanLevel level,
InetAddress begin,
InetAddress end)
removeRange
|
void |
VulnscandConfigFactory.removeSpecific(ScanLevel level,
InetAddress specific)
removeSpecific
|
Modifier and Type | Method and Description |
---|---|
ScanLevel[] |
VulnscandConfiguration.getScanLevel()
Method getScanLevel.Returns the contents of the collection
in an Array.
|
ScanLevel |
VulnscandConfiguration.getScanLevel(int index)
Method getScanLevel.
|
ScanLevel |
VulnscandConfiguration.removeScanLevelAt(int index)
Method removeScanLevelAt.
|
static ScanLevel |
ScanLevel.unmarshal(Reader reader)
Method unmarshal.
|
Modifier and Type | Method and Description |
---|---|
Enumeration<ScanLevel> |
VulnscandConfiguration.enumerateScanLevel()
Method enumerateScanLevel.
|
List<ScanLevel> |
VulnscandConfiguration.getScanLevelCollection()
Method getScanLevelCollection.Returns a reference to
'_scanLevelList'.
|
Iterator<ScanLevel> |
VulnscandConfiguration.iterateScanLevel()
Method iterateScanLevel.
|
Modifier and Type | Method and Description |
---|---|
void |
VulnscandConfiguration.addScanLevel(int index,
ScanLevel vScanLevel) |
void |
VulnscandConfiguration.addScanLevel(ScanLevel vScanLevel) |
boolean |
VulnscandConfiguration.removeScanLevel(ScanLevel vScanLevel)
Method removeScanLevel.
|
void |
VulnscandConfiguration.setScanLevel(int index,
ScanLevel vScanLevel) |
void |
VulnscandConfiguration.setScanLevel(ScanLevel[] vScanLevelArray) |
Modifier and Type | Method and Description |
---|---|
void |
VulnscandConfiguration.setScanLevel(List<ScanLevel> vScanLevelList)
Sets the value of '_scanLevelList' by copying the given
Vector.
|
void |
VulnscandConfiguration.setScanLevelCollection(List<ScanLevel> scanLevelList)
Deprecated.
|
Copyright © 2015. All Rights Reserved.