public class SafeProperties
extends Properties
Constructor and Description |
---|
SafeProperties() |
Modifier and Type | Method and Description |
---|---|
Object |
get(Object key) |
String |
getEncodedProperty(String key) |
String |
getProperty(String key) |
Object |
put(Object key,
Object value) |
Object |
remove(Object key) |
getProperty, list, list, load, load, loadFromXML, propertyNames, save, setProperty, store, store, storeToXML, storeToXML, stringPropertyNames
clear, clone, compute, computeIfAbsent, computeIfPresent, contains, containsKey, containsValue, elements, entrySet, equals, forEach, getOrDefault, hashCode, isEmpty, keys, keySet, merge, putAll, putIfAbsent, rehash, remove, replace, replace, replaceAll, size, toString, values
public Object get(Object key)
get
in interface Map<Object,Object>
get
in class Hashtable<Object,Object>
public String getEncodedProperty(String key)
public String getProperty(String key)
getProperty
in class Properties
public Object put(Object key, Object value)
put
in interface Map<Object,Object>
put
in class Hashtable<Object,Object>
public Object remove(Object key)
remove
in interface Map<Object,Object>
remove
in class Hashtable<Object,Object>