public interface Backend
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
getSubconfigIds(String bundle,
String key) |
<V> V |
getValue(String bundle,
String key,
Class<V> valueType) |
<V> V |
getValue(String bundle,
String key,
V defaultValue) |
<V> V[] |
getValues(String bundle,
String key,
Class<V> valueType) |
<V> V[] |
getValues(String bundle,
String key,
V[] defaultValues) |
<V> V getValue(String bundle, String key, Class<V> valueType) throws ValueFormatException
ValueFormatException<V> V getValue(String bundle, String key, V defaultValue) throws ValueFormatException
ValueFormatException<V> V[] getValues(String bundle, String key, Class<V> valueType) throws ValueFormatException
ValueFormatException<V> V[] getValues(String bundle, String key, V[] defaultValues) throws ValueFormatException
ValueFormatExceptionSet<String> getSubconfigIds(String bundle, String key) throws DuplicateConfigIdException
DuplicateConfigIdExceptionCopyright © 2015 Objekt-Kontor IS GmbH & Co KG. All rights reserved.