|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--org.beanmaker.conf.ConfigurationBuilder
This utility class will create a Configuration tree from an
XML file.
| Constructor Summary | |
ConfigurationBuilder()
|
|
| Method Summary | |
static Configuration |
build(java.io.InputStream is)
Return the parsed configuration tree. |
static Configuration |
build(java.lang.String fileName)
Return the parsed configuration tree. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ConfigurationBuilder()
| Method Detail |
public static Configuration build(java.io.InputStream is)
throws ConfigurationException
ConfigurationException
public static Configuration build(java.lang.String fileName)
throws ConfigurationException
ConfigurationException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||