|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.opennms.netmgt.config.vulnscand.ScanLevel
public class ScanLevel
Class ScanLevel.
| Constructor Summary | |
|---|---|
ScanLevel()
|
|
| Method Summary | |
|---|---|
void |
addRange(int index,
Range vRange)
|
void |
addRange(Range vRange)
|
void |
addSpecific(int index,
String vSpecific)
|
void |
addSpecific(String vSpecific)
|
void |
deleteLevel()
|
void |
deleteSafeChecks()
|
Enumeration<Range> |
enumerateRange()
Method enumerateRange. |
Enumeration<String> |
enumerateSpecific()
Method enumerateSpecific. |
int |
getLevel()
Returns the value of field 'level'. |
String |
getPluginList()
Returns the value of field 'pluginList'. |
Range[] |
getRange()
Method getRange.Returns the contents of the collection in an Array. |
Range |
getRange(int index)
Method getRange. |
List<Range> |
getRangeCollection()
Method getRangeCollection.Returns a reference to '_rangeList'. |
int |
getRangeCount()
Method getRangeCount. |
boolean |
getSafeChecks()
Returns the value of field 'safeChecks'. |
String[] |
getSpecific()
Method getSpecific.Returns the contents of the collection in an Array. |
String |
getSpecific(int index)
Method getSpecific. |
List<String> |
getSpecificCollection()
Method getSpecificCollection.Returns a reference to '_specificList'. |
int |
getSpecificCount()
Method getSpecificCount. |
boolean |
hasLevel()
Method hasLevel. |
boolean |
hasSafeChecks()
Method hasSafeChecks. |
boolean |
isSafeChecks()
Returns the value of field 'safeChecks'. |
boolean |
isValid()
Method isValid. |
Iterator<Range> |
iterateRange()
Method iterateRange. |
Iterator<String> |
iterateSpecific()
Method iterateSpecific. |
void |
marshal(ContentHandler handler)
|
void |
marshal(Writer out)
|
void |
removeAllRange()
|
void |
removeAllSpecific()
|
boolean |
removeRange(Range vRange)
Method removeRange. |
Range |
removeRangeAt(int index)
Method removeRangeAt. |
boolean |
removeSpecific(String vSpecific)
Method removeSpecific. |
String |
removeSpecificAt(int index)
Method removeSpecificAt. |
void |
setLevel(int level)
Sets the value of field 'level'. |
void |
setPluginList(String pluginList)
Sets the value of field 'pluginList'. |
void |
setRange(int index,
Range vRange)
|
void |
setRange(List<Range> vRangeList)
Sets the value of '_rangeList' by copying the given Vector. |
void |
setRange(Range[] vRangeArray)
|
void |
setRangeCollection(List<Range> rangeList)
Deprecated. |
void |
setSafeChecks(boolean safeChecks)
Sets the value of field 'safeChecks'. |
void |
setSpecific(int index,
String vSpecific)
|
void |
setSpecific(List<String> vSpecificList)
Sets the value of '_specificList' by copying the given Vector. |
void |
setSpecific(String[] vSpecificArray)
|
void |
setSpecificCollection(List<String> specificList)
Deprecated. |
static ScanLevel |
unmarshal(Reader reader)
Method unmarshal. |
void |
validate()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ScanLevel()
| Method Detail |
|---|
public void addRange(Range vRange)
throws IndexOutOfBoundsException
vRange -
IndexOutOfBoundsException - if the index
given is outside the bounds of the collection
public void addRange(int index,
Range vRange)
throws IndexOutOfBoundsException
index - vRange -
IndexOutOfBoundsException - if the index
given is outside the bounds of the collection
public void addSpecific(String vSpecific)
throws IndexOutOfBoundsException
vSpecific -
IndexOutOfBoundsException - if the index
given is outside the bounds of the collection
public void addSpecific(int index,
String vSpecific)
throws IndexOutOfBoundsException
index - vSpecific -
IndexOutOfBoundsException - if the index
given is outside the bounds of the collectionpublic void deleteLevel()
public void deleteSafeChecks()
public Enumeration<Range> enumerateRange()
public Enumeration<String> enumerateSpecific()
public int getLevel()
public String getPluginList()
public Range getRange(int index)
throws IndexOutOfBoundsException
index -
IndexOutOfBoundsException - if the index
given is outside the bounds of the collectionpublic Range[] getRange()
Note: Just in case the collection contents are changing in another thread, we pass a 0-length Array of the correct type into the API call. This way we know that the Array returned is of exactly the correct length.
public List<Range> getRangeCollection()
public int getRangeCount()
public boolean getSafeChecks()
public String getSpecific(int index)
throws IndexOutOfBoundsException
index -
IndexOutOfBoundsException - if the index
given is outside the bounds of the collectionpublic String[] getSpecific()
Note: Just in case the collection contents are changing in another thread, we pass a 0-length Array of the correct type into the API call. This way we know that the Array returned is of exactly the correct length.
public List<String> getSpecificCollection()
public int getSpecificCount()
public boolean hasLevel()
public boolean hasSafeChecks()
public boolean isSafeChecks()
public boolean isValid()
public Iterator<Range> iterateRange()
public Iterator<String> iterateSpecific()
public void marshal(Writer out)
throws org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException
out -
org.exolab.castor.xml.MarshalException - if object is
null or if any SAXException is thrown during marshaling
org.exolab.castor.xml.ValidationException - if this
object is an invalid instance according to the schema
public void marshal(ContentHandler handler)
throws IOException,
org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException
handler -
IOException - if an IOException occurs during
marshaling
org.exolab.castor.xml.ValidationException - if this
object is an invalid instance according to the schema
org.exolab.castor.xml.MarshalException - if object is
null or if any SAXException is thrown during marshalingpublic void removeAllRange()
public void removeAllSpecific()
public boolean removeRange(Range vRange)
vRange -
public Range removeRangeAt(int index)
index -
public boolean removeSpecific(String vSpecific)
vSpecific -
public String removeSpecificAt(int index)
index -
public void setLevel(int level)
level - the value of field 'level'.public void setPluginList(String pluginList)
pluginList - the value of field 'pluginList'.
public void setRange(int index,
Range vRange)
throws IndexOutOfBoundsException
index - vRange -
IndexOutOfBoundsException - if the index
given is outside the bounds of the collectionpublic void setRange(Range[] vRangeArray)
vRangeArray - public void setRange(List<Range> vRangeList)
vRangeList - the Vector to copy.public void setRangeCollection(List<Range> rangeList)
rangeList - the Vector to set.public void setSafeChecks(boolean safeChecks)
safeChecks - the value of field 'safeChecks'.
public void setSpecific(int index,
String vSpecific)
throws IndexOutOfBoundsException
index - vSpecific -
IndexOutOfBoundsException - if the index
given is outside the bounds of the collectionpublic void setSpecific(String[] vSpecificArray)
vSpecificArray - public void setSpecific(List<String> vSpecificList)
vSpecificList - the Vector to copy.public void setSpecificCollection(List<String> specificList)
specificList - the Vector to set.
public static ScanLevel unmarshal(Reader reader)
throws org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException
reader -
org.exolab.castor.xml.MarshalException - if object is
null or if any SAXException is thrown during marshaling
org.exolab.castor.xml.ValidationException - if this
object is an invalid instance according to the schema
public void validate()
throws org.exolab.castor.xml.ValidationException
org.exolab.castor.xml.ValidationException - if this
object is an invalid instance according to the schema
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||