org.apache.avalon.phoenix.tools.configuration
Class ConfigurationBuilder
java.lang.Object
|
+--org.apache.avalon.phoenix.tools.configuration.ConfigurationBuilder
- public class ConfigurationBuilder
- extends Object
Utility class used to load Configuration trees from XML files.
- Version:
- $Revision: 1.7 $ $Date: 2002/08/06 11:57:42 $
- Author:
- Peter Donald
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
build
public static Configuration build(String uri)
throws SAXException,
ParserConfigurationException,
IOException
- Build a configuration object using an URI
build
public static Configuration build(String uri,
boolean validate)
throws SAXException,
ParserConfigurationException,
IOException
- Build a configuration object using an URI, and
optionally validate the xml against the DTD.
build
public static Configuration build(InputSource input)
throws SAXException,
ParserConfigurationException,
IOException
- Build a configuration object using an XML InputSource object
build
public static Configuration build(InputSource input,
boolean validate)
throws SAXException,
ParserConfigurationException,
IOException
- Build a configuration object using an XML InputSource object, and
optionally validate the xml against the DTD.
Copyright © 2001 Apache Jakarta Project. All Rights Reserved.