to.etc.dbpool
Class XmlSource

java.lang.Object
  extended by to.etc.dbpool.PoolConfigSource
      extended by to.etc.dbpool.XmlSource

public class XmlSource
extends PoolConfigSource


Constructor Summary
XmlSource(java.io.File src, java.io.File back)
           
 
Method Summary
 java.lang.String getProperty(java.lang.String section, java.lang.String name)
           
 
Methods inherited from class to.etc.dbpool.PoolConfigSource
getBackupSrc, getBool, getInt, getSrc, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XmlSource

public XmlSource(java.io.File src,
                 java.io.File back)
Method Detail

getProperty

public java.lang.String getProperty(java.lang.String section,
                                    java.lang.String name)
                             throws java.lang.Exception
Specified by:
getProperty in class PoolConfigSource
Throws:
java.lang.Exception