|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opennms.netmgt.vulnscand.NessusParser
public class NessusParser
NessusParser class.
| Method Summary | |
|---|---|
static DescrValues |
getDefaultDescrValues()
getDefaultDescrValues |
static PortValues |
getDefaultPortValues()
getDefaultPortValues |
static NessusParser |
getInstance()
Getter for the field instance. |
static void |
main(String[] argv)
main |
DescrValues |
parseDescr(String descr)
parseDescr |
PortValues |
parsePort(String portString)
parsePort |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static NessusParser getInstance()
Getter for the field instance.
NessusParser object.public static void main(String[] argv)
main
argv - an array of String objects.
public PortValues parsePort(String portString)
throws IllegalArgumentException
parsePort
portString - a String object.
PortValues object.
IllegalArgumentException - if any.
public DescrValues parseDescr(String descr)
throws IllegalArgumentException
parseDescr
descr - a String object.
DescrValues object.
IllegalArgumentException - if any.public static DescrValues getDefaultDescrValues()
getDefaultDescrValues
DescrValues object.public static PortValues getDefaultPortValues()
getDefaultPortValues
PortValues object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||