org.stringtree.util
Class PropertyResourceUtils

java.lang.Object
  extended by org.stringtree.util.PropertyResourceUtils

public class PropertyResourceUtils
extends java.lang.Object


Constructor Summary
PropertyResourceUtils()
           
 
Method Summary
static java.util.Properties readPropertyResource(java.lang.ClassLoader loader, java.lang.String filename)
           
static java.util.Properties readPropertyResource(java.lang.Object self, java.lang.String filename)
           
static java.util.Properties readPropertyResource(java.lang.String filename)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyResourceUtils

public PropertyResourceUtils()
Method Detail

readPropertyResource

public static java.util.Properties readPropertyResource(java.lang.ClassLoader loader,
                                                        java.lang.String filename)

readPropertyResource

public static java.util.Properties readPropertyResource(java.lang.Object self,
                                                        java.lang.String filename)

readPropertyResource

public static java.util.Properties readPropertyResource(java.lang.String filename)