org.kuali.rice.core.util
Class ImmutableProperties
java.lang.Object
   java.util.Dictionary<K,V>
java.util.Dictionary<K,V>
       java.util.Hashtable<Object,Object>
java.util.Hashtable<Object,Object>
           java.util.Properties
java.util.Properties
               org.kuali.rice.core.util.ImmutableProperties
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
 
 
 
 
 
| Methods inherited from class java.util.Hashtable | 
| clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, rehash, size, toString, values | 
 
 
ImmutableProperties
public ImmutableProperties(Properties properties)
load
public void load(InputStream inStream)
          throws IOException
- 
- Overrides:
- loadin class- Properties
 
- 
- Throws:
- IOException
 
load
public void load(Reader reader)
          throws IOException
- 
- Overrides:
- loadin class- Properties
 
- 
- Throws:
- IOException
 
loadFromXML
public void loadFromXML(InputStream in)
                 throws IOException,
                        InvalidPropertiesFormatException
- 
- Overrides:
- loadFromXMLin class- Properties
 
- 
- Throws:
- IOException
- InvalidPropertiesFormatException
 
save
@Deprecated
public void save(OutputStream out,
                            String comments)
- Deprecated. 
 
- 
- Overrides:
- savein class- Properties
 
- 
 
setProperty
public Object setProperty(String key,
                          String value)
- 
- Overrides:
- setPropertyin class- Properties
 
- 
 
put
public Object put(Object key,
                  Object value)
- 
- Specified by:
- putin interface- Map<Object,Object>
- Overrides:
- putin class- Hashtable<Object,Object>
 
- 
 
putAll
public void putAll(Map<? extends Object,? extends Object> t)
- 
- Specified by:
- putAllin interface- Map<Object,Object>
- Overrides:
- putAllin class- Hashtable<Object,Object>
 
- 
 
remove
public Object remove(Object key)
- 
- Specified by:
- removein interface- Map<Object,Object>
- Overrides:
- removein class- Hashtable<Object,Object>
 
- 
 
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.