|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ConfigurationRepository
Provides access to configurations for applications in the configured environments.
Method Summary | |
---|---|
ConfigurationProperties |
getProperties(ConfigurationKey<?> key) Fetches the properties for the given configuration key . |
void |
release() Releases resources acquired by this instance. |
Method Detail |
---|
ConfigurationProperties getProperties(ConfigurationKey<?> key) throws de.smartics.util.lang.NullArgumentException, MissingConfigurationException
key
.
key
- the key that specifies an application in its environment.
null
.
de.smartics.util.lang.NullArgumentException
- if
key
is
null
.
MissingConfigurationException
- if there is no configuration for the given
key
.
void release()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |