public class SafeProperties extends Properties
defaults
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 String getProperty(String key)
getProperty
in class Properties