FreeHEP API
Version v1.1

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

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.Properties
defaults
 
Constructor Summary
PropertyUtilities.TranslatedProperties()
           
PropertyUtilities.TranslatedProperties(Properties def)
           
 
Method Summary
 String getProperty(String key)
           
 String getProperty(String key, String def)
           
 
Methods inherited from class java.util.Properties
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

PropertyUtilities.TranslatedProperties

public PropertyUtilities.TranslatedProperties()

PropertyUtilities.TranslatedProperties

public PropertyUtilities.TranslatedProperties(Properties def)
Method Detail

getProperty

public String getProperty(String key)
Overrides:
getProperty in class Properties

getProperty

public String getProperty(String key,
                          String def)
Overrides:
getProperty in class Properties

FreeHEP API
Version v1.1

Copyright © 2000-2002 FreeHEP, All Rights Reserved.