org.freehep.application
Class PropertyUtilities.TranslatedProperties
java.lang.Object
java.util.Dictionary
java.util.Hashtable
java.util.Properties
org.freehep.application.PropertyUtilities.TranslatedProperties
- All Implemented Interfaces:
- Serializable, Cloneable, Map
- Enclosing class:
- PropertyUtilities
public static class PropertyUtilities.TranslatedProperties
- extends Properties
A Properties object whose values and defaults are automatically translated
if they contain {prop} tokens.
- See Also:
PropertyUtilities.translate(Properties,String)
,
Serialized Form
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 |
PropertyUtilities.TranslatedProperties
public PropertyUtilities.TranslatedProperties()
PropertyUtilities.TranslatedProperties
public PropertyUtilities.TranslatedProperties(Properties def)
getProperty
public String getProperty(String key)
- Overrides:
getProperty
in class Properties
getProperty
public String getProperty(String key,
String def)
- Overrides:
getProperty
in class Properties
Copyright © 2000-2006 FreeHEP. All Rights Reserved.