com.raritantechnologies.utils
Class PropertiesUtil

java.lang.Object
  extended bycom.raritantechnologies.utils.PropertiesUtil

public class PropertiesUtil
extends java.lang.Object

Generates a java.util.Properties object from a properties file.


Constructor Summary
PropertiesUtil()
           
 
Method Summary
static java.util.Properties getProperties(java.lang.String propFile)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertiesUtil

public PropertiesUtil()
Method Detail

getProperties

public static java.util.Properties getProperties(java.lang.String propFile)