|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.avalon.phoenix.tools.configuration.ConfigurationBuilder
Utility class used to load Configuration trees from XML files.
Method Summary | |
static Configuration |
build(org.xml.sax.InputSource input)
Build a configuration object using an XML InputSource object |
static Configuration |
build(org.xml.sax.InputSource input,
boolean validate)
Build a configuration object using an XML InputSource object, and optionally validate the xml against the DTD. |
static Configuration |
build(java.lang.String uri)
Build a configuration object using an URI |
static Configuration |
build(java.lang.String uri,
boolean validate)
Build a configuration object using an URI, and optionally validate the xml against the DTD. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static Configuration build(java.lang.String uri) throws org.xml.sax.SAXException, javax.xml.parsers.ParserConfigurationException, java.io.IOException
org.xml.sax.SAXException
javax.xml.parsers.ParserConfigurationException
java.io.IOException
public static Configuration build(java.lang.String uri, boolean validate) throws org.xml.sax.SAXException, javax.xml.parsers.ParserConfigurationException, java.io.IOException
org.xml.sax.SAXException
javax.xml.parsers.ParserConfigurationException
java.io.IOException
public static Configuration build(org.xml.sax.InputSource input) throws org.xml.sax.SAXException, javax.xml.parsers.ParserConfigurationException, java.io.IOException
org.xml.sax.SAXException
javax.xml.parsers.ParserConfigurationException
java.io.IOException
public static Configuration build(org.xml.sax.InputSource input, boolean validate) throws org.xml.sax.SAXException, javax.xml.parsers.ParserConfigurationException, java.io.IOException
org.xml.sax.SAXException
javax.xml.parsers.ParserConfigurationException
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |