com.mchange.v2.util
Class PropertiesUtils

java.lang.Object
  extended by com.mchange.v2.util.PropertiesUtils

public final class PropertiesUtils
extends Object


Method Summary
static int getIntProperty(Properties props, String name, int dflt)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getIntProperty

public static int getIntProperty(Properties props,
                                 String name,
                                 int dflt)
                          throws NumberFormatException
Throws:
NumberFormatException