|
|||||||||
| Home >> All >> org >> jdbf >> engine >> [ configuration overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.jdbf.engine.configuration
Class ConfigurationBuilder

java.lang.Objectorg.jdbf.engine.configuration.ConfigurationBuilder
- public class ConfigurationBuilder
- extends java.lang.Object
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 |
ConfigurationBuilder
public ConfigurationBuilder()
| Method Detail |
build
public static Configuration build(java.io.InputStream is) throws org.jdbf.engine.mapping.MappingException
- Return the parsed configuration tree.
build
public static Configuration build(java.lang.String fileName) throws org.jdbf.engine.mapping.MappingException
- Return the parsed configuration tree.
|
|||||||||
| Home >> All >> org >> jdbf >> engine >> [ configuration overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.jdbf.engine.configuration.ConfigurationBuilder