Package de.objektkontor.config
Interface ConfigBackend
- All Known Implementing Classes:
AbstractConfigBackend,PropertyBackend,PropertyClasspathBackend,PropertyFileBackend
public interface ConfigBackend
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddObserver(BundleObserver observer) getSubconfigIds(String key) <V> V<V> V<V> V[]<V> V[]voidremoveObserver(BundleObserver observer)
-
Method Details
-
getValue
- Throws:
ValueFormatException
-
getValue
- Throws:
ValueFormatException
-
getValues
- Throws:
ValueFormatException
-
getValues
- Throws:
ValueFormatException
-
getSubconfigIds
- Throws:
DuplicateConfigIdException
-
addObserver
-
removeObserver
-