to.etc.dbpool
Class PropertiesSource

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

public class PropertiesSource
extends PoolConfigSource


Constructor Summary
PropertiesSource(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

PropertiesSource

public PropertiesSource(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