|
||||||||||
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(InputSource input)
Build a configuration object using an XML InputSource object |
static Configuration |
build(InputSource input,
boolean validate)
Build a configuration object using an XML InputSource object, and optionally validate the xml against the DTD. |
static Configuration |
build(String uri)
Build a configuration object using an URI |
static Configuration |
build(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(String uri) throws SAXException, ParserConfigurationException, IOException
SAXException
ParserConfigurationException
IOException
public static Configuration build(String uri, boolean validate) throws SAXException, ParserConfigurationException, IOException
SAXException
ParserConfigurationException
IOException
public static Configuration build(InputSource input) throws SAXException, ParserConfigurationException, IOException
SAXException
ParserConfigurationException
IOException
public static Configuration build(InputSource input, boolean validate) throws SAXException, ParserConfigurationException, IOException
SAXException
ParserConfigurationException
IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |