org.apache.cayenne.conf
Class ConfigLoader
java.lang.Object
org.apache.cayenne.conf.ConfigLoader
public class ConfigLoader
- extends java.lang.Object
Class that performs runtime loading of Cayenne configuration.
- Author:
- Andrei Adamchik
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
parser
protected org.xml.sax.XMLReader parser
delegate
protected ConfigLoaderDelegate delegate
ConfigLoader
public ConfigLoader(ConfigLoaderDelegate delegate)
throws java.lang.Exception
- Creates new ConfigLoader.
- Throws:
java.lang.Exception
getDelegate
public ConfigLoaderDelegate getDelegate()
- Returns the delegate.
- Returns:
- ConfigLoaderDelegate
loadDomains
public boolean loadDomains(java.io.InputStream in)
- Parses XML input, invoking delegate methods to interpret loaded XML.
- Parameters:
in
-
- Returns:
- boolean
Copyright © 2001-2006 Apache.org All Rights Reserved.