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:
- Cloneable, Map, Serializable
- 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- Source Code:
- PropertyUtilities.TranslatedProperties.java
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)
getProperty
public String getProperty(String key,
String def)
Copyright © 2000-2004 FreeHEP, All Rights Reserved.