|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.avalon.meta.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(String uri)
Build a configuration object using an URI |
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
uri
- an input source system identifier
SAXException
- is a parser exception is encountered
ParserConfigurationException
- if a parser configuration failure occurs
IOException
- if an IO exception occurs while attempting to read the
resource identified by the system identifierpublic static Configuration build(InputSource input) throws SAXException, ParserConfigurationException, IOException
input
- an input source
SAXException
- is a parser exception is encountered
ParserConfigurationException
- if a parser configuration failure occurs
IOException
- if an IO exception occurs while attempting to read the
resource associated with the input source
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |