org.opennms.netmgt.vulnscand
Class NessusParser

java.lang.Object
  extended by org.opennms.netmgt.vulnscand.NessusParser

public class NessusParser
extends Object


Method Summary
static DescrValues getDefaultDescrValues()
           
static PortValues getDefaultPortValues()
           
static NessusParser getInstance()
           
static void main(String[] argv)
           
 DescrValues parseDescr(String descr)
           
 PortValues parsePort(String portString)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static NessusParser getInstance()

main

public static void main(String[] argv)

parsePort

public PortValues parsePort(String portString)
                     throws IllegalArgumentException
Throws:
IllegalArgumentException

parseDescr

public DescrValues parseDescr(String descr)
                       throws IllegalArgumentException
Throws:
IllegalArgumentException

getDefaultDescrValues

public static DescrValues getDefaultDescrValues()

getDefaultPortValues

public static PortValues getDefaultPortValues()


Copyright © 2009. All Rights Reserved.