public interface ConfigBackend
| Modifier and Type | Method and Description |
|---|---|
void |
addObserver(BundleObserver observer) |
Set<String> |
getSubconfigIds(String key) |
<V> V |
getValue(String key,
Class<V> valueType) |
<V> V |
getValue(String key,
V defaultValue) |
<V> V[] |
getValues(String key,
Class<V> valueType) |
<V> V[] |
getValues(String key,
V[] defaultValues) |
void |
removeObserver(BundleObserver observer) |
<V> V getValue(String key, Class<V> valueType) throws ValueFormatException
ValueFormatException<V> V getValue(String key, V defaultValue) throws ValueFormatException
ValueFormatException<V> V[] getValues(String key, Class<V> valueType) throws ValueFormatException
ValueFormatException<V> V[] getValues(String key, V[] defaultValues) throws ValueFormatException
ValueFormatExceptionSet<String> getSubconfigIds(String key) throws DuplicateConfigIdException
DuplicateConfigIdExceptionvoid addObserver(BundleObserver observer)
void removeObserver(BundleObserver observer)
Copyright © 2019 Objekt-Kontor IS GmbH & Co KG. All rights reserved.