|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--java.util.Dictionary
|
+--java.util.Hashtable
|
+--java.util.Properties
|
+--com.objectwave.appArch.ConfigurationProperties
A utility class that will load property information in from a property file.
| Field Summary |
| Fields inherited from class java.util.Properties |
defaults |
| Constructor Summary | |
ConfigurationProperties()
ConfigurationProperties constructor comment. |
|
ConfigurationProperties(java.util.Properties defaults)
ConfigurationProperties constructor comment. |
|
| Method Summary | |
void |
load(java.lang.String fileName)
Look for a property file on the classpath that matches the fileName. |
| Methods inherited from class java.util.Properties |
getProperty, getProperty, list, list, load, propertyNames, save, setProperty, store |
| Methods inherited from class java.util.Hashtable |
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, put, putAll, rehash, remove, size, toString, values |
| Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public ConfigurationProperties()
public ConfigurationProperties(java.util.Properties defaults)
defaults - java.util.Properties| Method Detail |
public void load(java.lang.String fileName)
throws java.io.IOException
fileName - java.lang.String
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||