com.easyjf.dbo.config
Class XMLConfigFactory
java.lang.Object
com.easyjf.dbo.config.XMLConfigFactory
- All Implemented Interfaces:
- IConfigFactory
- public class XMLConfigFactory
- extends java.lang.Object
- implements IConfigFactory
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XMLConfigFactory
public XMLConfigFactory()
XMLConfigFactory
public XMLConfigFactory(java.lang.String fileName)
XMLConfigFactory
public XMLConfigFactory(java.io.InputStream in)
getInstance
public static XMLConfigFactory getInstance()
throws EasyDBOException
- Throws:
EasyDBOException
init
public void init(DBOConfig dboconfig)
throws EasyDBOException
- Specified by:
init in interface IConfigFactory
- Throws:
EasyDBOException
initOther
public java.util.Map initOther()
parse
public org.dom4j.Document parse(java.lang.String fileName)
throws org.dom4j.DocumentException
- Throws:
org.dom4j.DocumentException
main
public static void main(java.lang.String[] args)