public class HashedProperties extends Properties
defaults| Constructor and Description |
|---|
HashedProperties() |
HashedProperties(Properties defaults) |
| Modifier and Type | Method and Description |
|---|---|
HashedProperties |
load(String name) |
Object |
put(Object key,
Object value) |
Object |
remove(Object key) |
void |
store(String name) |
getProperty, getProperty, list, list, load, load, loadFromXML, propertyNames, save, setProperty, store, store, storeToXML, storeToXML, stringPropertyNamesclear, clone, compute, computeIfAbsent, computeIfPresent, contains, containsKey, containsValue, elements, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keys, keySet, merge, putAll, putIfAbsent, rehash, remove, replace, replace, replaceAll, size, toString, valuespublic HashedProperties()
public HashedProperties(Properties defaults)
public HashedProperties load(String name) throws IOException
IOExceptionpublic void store(String name)
Copyright © 2019. All rights reserved.