| Modifier and Type | Method and Description |
|---|---|
List<String> |
getProperty(String key)
Return the value for the given key or null if it does not exist.
|
void |
setProperty(String key,
List<String> value)
Update the value of the given key.
|
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesList<String> getProperty(String key) throws IllegalArgumentException
key - the requested keyIllegalArgumentException - if the key is nullvoid setProperty(String key, List<String> value) throws IllegalArgumentException, UnsupportedOperationException
key - the key to updatevalue - the new valueUnsupportedOperationException - if the operation is not supportedIllegalArgumentException - if the key is nullCopyright © 2003-2018 GateIn. All Rights Reserved.