public class ImmutableProperties extends Properties
defaults| Constructor and Description |
|---|
ImmutableProperties(Properties properties) |
| Modifier and Type | Method and Description |
|---|---|
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) |
getProperty, getProperty, list, list, propertyNames, store, store, storeToXML, storeToXML, stringPropertyNamespublic ImmutableProperties(Properties properties)
public void load(InputStream inStream) throws IOException
load in class PropertiesIOExceptionpublic void load(Reader reader) throws IOException
load in class PropertiesIOExceptionpublic void loadFromXML(InputStream in) throws IOException, InvalidPropertiesFormatException
loadFromXML in class PropertiesIOExceptionInvalidPropertiesFormatException@Deprecated public void save(OutputStream out, String comments)
save in class Propertiespublic Object setProperty(String key, String value)
setProperty in class PropertiesCopyright © 2005–2016 The Kuali Foundation. All rights reserved.