|
OpenNMS API 1.1.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opennms.web.parsers.XMLWriter
org.opennms.web.admin.groups.parsers.GroupsWriter
This class loads and saves information from the groups.xml file
| Field Summary |
| Fields inherited from class org.opennms.web.parsers.XMLWriter |
DTD_EXTENSION, m_baseName, m_docBuilder, m_document, m_dtd, m_dtdPath, m_fileName, m_headerInfo, m_xmlPath, XML_EXTENSION |
| Constructor Summary | |
GroupsWriter(java.lang.String fileName)
Default constructor. |
|
| Method Summary | |
protected void |
saveDocument(java.util.Collection groups)
Creates a new DOM tree document that represents the data in the collection. |
| Methods inherited from class org.opennms.web.parsers.XMLWriter |
addCDataElement, addDataElement, addEmptyElement, backup, getDTD, getVersion, loadDTD, save, serializeToFile |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public GroupsWriter(java.lang.String fileName)
throws XMLWriteException
| Method Detail |
protected void saveDocument(java.util.Collection groups)
throws XMLWriteException
saveDocument in class XMLWritergroups - the information to save
XMLWriteException - if cannot handle the xml
|
OpenNMS API 1.1.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||