org.kuali.rice.core.util
Class ImmutableProperties

java.lang.Object
  extended by java.util.Dictionary<K,V>
      extended by java.util.Hashtable<Object,Object>
          extended by java.util.Properties
              extended by org.kuali.rice.core.util.ImmutableProperties
All Implemented Interfaces:
Serializable, Cloneable, Map<Object,Object>

public class ImmutableProperties
extends Properties

This is a description of what this class does - g don't forget to fill this in.

Author:
Kuali Rice Team (rice.collab@kuali.org)
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.Properties
defaults
 
Constructor Summary
ImmutableProperties(Properties properties)
           
 
Method Summary
 void load(InputStream inStream)
           
 void load(Reader reader)
           
 void loadFromXML(InputStream in)
           
 Object put(Object key, Object value)
           
 void putAll(Map<? extends Object,? extends Object> t)
           
 Object remove(Object key)
           
 void save(OutputStream out, String comments)
          Deprecated. 
 Object setProperty(String key, String value)
           
 
Methods inherited from class java.util.Properties
getProperty, getProperty, list, list, propertyNames, 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, rehash, size, toString, values
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ImmutableProperties

public ImmutableProperties(Properties properties)
Method Detail

load

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

load

public void load(Reader reader)
          throws IOException
Overrides:
load in class Properties
Throws:
IOException

loadFromXML

public void loadFromXML(InputStream in)
                 throws IOException,
                        InvalidPropertiesFormatException
Overrides:
loadFromXML in class Properties
Throws:
IOException
InvalidPropertiesFormatException

save

@Deprecated
public void save(OutputStream out,
                            String comments)
Deprecated. 

Overrides:
save in class Properties

setProperty

public Object setProperty(String key,
                          String value)
Overrides:
setProperty in class Properties

put

public Object put(Object key,
                  Object value)
Specified by:
put in interface Map<Object,Object>
Overrides:
put in class Hashtable<Object,Object>

putAll

public void putAll(Map<? extends Object,? extends Object> t)
Specified by:
putAll in interface Map<Object,Object>
Overrides:
putAll in class Hashtable<Object,Object>

remove

public Object remove(Object key)
Specified by:
remove in interface Map<Object,Object>
Overrides:
remove in class Hashtable<Object,Object>


Copyright © 2005-2014 The Kuali Foundation. All Rights Reserved.