public class CaseInsensitiveProperties extends Properties
property map
use case sensitive keys.defaults
Constructor and Description |
---|
CaseInsensitiveProperties() |
Modifier and Type | Method and Description |
---|---|
String |
getProperty(String key) |
String |
getProperty(String key,
String defaultValue) |
static CaseInsensitiveProperties |
makeCaseInsensitive(Properties properties) |
Object |
setProperty(String key,
String value) |
list, list, load, load, loadFromXML, propertyNames, save, store, store, storeToXML, storeToXML, stringPropertyNames
clear, clone, compute, computeIfAbsent, computeIfPresent, contains, containsKey, containsValue, elements, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keys, keySet, merge, put, putAll, putIfAbsent, rehash, remove, remove, replace, replace, replaceAll, size, toString, values
public Object setProperty(String key, String value)
setProperty
in class Properties
public String getProperty(String key)
getProperty
in class Properties
public String getProperty(String key, String defaultValue)
getProperty
in class Properties
public static CaseInsensitiveProperties makeCaseInsensitive(Properties properties)
Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.