se.cambio.cds.util
Class PropertiesEx

Package class diagram package PropertiesEx
java.lang.Object
  extended by java.util.Dictionary<K,V>
      extended by java.util.Hashtable<Object,Object>
          extended by java.util.Properties
              extended by se.cambio.cds.util.PropertiesEx
All Implemented Interfaces:
Serializable, Cloneable, Map<Object,Object>

public class PropertiesEx
extends Properties

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.Properties
defaults
 
Constructor Summary
PropertiesEx()
           
 
Method Summary
 void load(InputStream fis)
           
 
Methods inherited from class java.util.Properties
getProperty, getProperty, list, list, load, loadFromXML, propertyNames, save, setProperty, store, store, storeToXML, storeToXML, stringPropertyNames
 
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

PropertiesEx

public PropertiesEx()
Method Detail

load

public void load(InputStream fis)
          throws IOException
Overrides:
load in class Properties
Throws:
IOException


Copyright © 2013 Cambio. All Rights Reserved.