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, stringPropertyNames
clear, clone, compute, computeIfAbsent, computeIfPresent, contains, containsKey, containsValue, elements, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keys, keySet, merge, putIfAbsent, rehash, remove, replace, replace, replaceAll, size, toString, values
public ImmutableProperties(Properties properties)
public void load(InputStream inStream) throws IOException
load
in class Properties
IOException
public void load(Reader reader) throws IOException
load
in class Properties
IOException
public void loadFromXML(InputStream in) throws IOException, InvalidPropertiesFormatException
loadFromXML
in class Properties
IOException
InvalidPropertiesFormatException
@Deprecated public void save(OutputStream out, String comments)
save
in class Properties
public Object setProperty(String key, String value)
setProperty
in class Properties
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.