public class QualifiedProperties extends Properties
| Constructor and Description |
|---|
QualifiedProperties(Properties defaults,
String qualifier) |
QualifiedProperties(String qualifier) |
| Modifier and Type | Method and Description |
|---|---|
String |
getProperty(String key) |
String |
getProperty(String key,
String defaultValue) |
Object |
setProperty(String key,
String value) |
list, list, load, load, loadFromXML, propertyNames, save, store, store, storeToXML, storeToXML, stringPropertyNamesclear, clone, compute, computeIfAbsent, computeIfPresent, contains, containsKey, containsValue, elements, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keys, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, toString, valuespublic QualifiedProperties(String qualifier)
public QualifiedProperties(Properties defaults, String qualifier)
public Object setProperty(String key, String value)
setProperty in class Propertiespublic String getProperty(String key)
getProperty in class Propertiespublic String getProperty(String key, String defaultValue)
getProperty in class PropertiesCopyright © 2013–2016. All rights reserved.