|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--java.util.Dictionary
|
+--java.util.Hashtable
|
+--java.util.Properties
|
+--amber.utility.SystemProperties
| Inner classes inherited from class java.util.Map |
java.util.Map.Entry |
| Fields inherited from class java.util.Properties |
defaults |
| Constructor Summary | |
SystemProperties()
|
|
SystemProperties(java.util.Properties defaults)
Creates an empty property list with the specified defaults. |
|
SystemProperties(SystemProperties defaults)
Creates an empty property list with the specified defaults. |
|
| Method Summary | |
java.lang.Object |
setProperty(java.lang.String key,
java.lang.String data)
Sets the property corresponding to the specified key in the property list. |
| Methods inherited from class java.util.Properties |
getProperty, getProperty, list, list, load, propertyNames, save, 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 SystemProperties()
public SystemProperties(java.util.Properties defaults)
defaults - the defaults.public SystemProperties(SystemProperties defaults)
defaults - the defaults.| Method Detail |
public java.lang.Object setProperty(java.lang.String key,
java.lang.String data)
setProperty in class java.util.Propertieskey - String containing the item to set.data - String containing the data to set the item to.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||