|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.rhi.architecture.lang.PropertyUtils
PropertyUtils - Utility methods for dealing w/ Property files.
Constructor Summary | |
PropertyUtils()
|
Method Summary | |
static java.util.Properties |
loadProperties(java.lang.String filename)
vanilla loading method for Properties files. |
static java.util.Properties |
loadProperties(java.lang.String fileName,
boolean isComposite)
load a .properties file. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PropertyUtils()
Method Detail |
public static java.util.Properties loadProperties(java.lang.String filename) throws PropertiesException
filename
-
PropertiesException
public static java.util.Properties loadProperties(java.lang.String fileName, boolean isComposite) throws PropertiesException
fileName
- isComposite
-
PropertiesException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |