Package org.opennms.bb.eui.admin.snmp.utils

Class Summary
SnmpUserProfParser SnmpUserProfileParser reads the user preferences for the SNMP config from the user profile file It throws an IOException if the xml file is not found or if it does not conform to its DTD
SnmpUserProfWriter SnmpUserProfWriter writes the user preferences for the SNMP config into the user profile file It throws an IOException if the user profile file write fails for any reason
SnmpXmlParser SnmpXmlParser parses a 'Snmp' xml and stores the data read in vectors This can then be queried for the data using the 'get..' functions It throws an IOException if the xml file is not found or if it does not conform to its DTD
SnmpXmlWriter SnmpXmlWriter creates a 'Snmp' xml file using the data in the vectors passed in It throws an IOException if the xml file is not accesible or if there are any errors while writing into the file