osdep.configuration
Class XmlToConfigurationList

java.lang.Object
  extended by osdep.configuration.XmlToConfigurationList

public class XmlToConfigurationList
extends java.lang.Object

Converts the XML file that defines the list of the configurations to an internal structure

Author:
SHZ Mar 6, 2008

Constructor Summary
XmlToConfigurationList()
           
 
Method Summary
static SitesAndConfigurations convert(java.lang.String xml)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlToConfigurationList

public XmlToConfigurationList()
Method Detail

convert

public static SitesAndConfigurations convert(java.lang.String xml)
                                      throws javax.xml.parsers.ParserConfigurationException,
                                             org.xml.sax.SAXException,
                                             java.io.IOException
Throws:
javax.xml.parsers.ParserConfigurationException
org.xml.sax.SAXException
java.io.IOException