|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CapabilityConfigurationManager
Manager for retrieving/storing configuration associated with Capability
.
Configuration object can be associated with a capability key.
Method Summary | |
---|---|
org.apache.commons.configuration.Configuration |
getConfiguration(java.lang.String capabilityKey)
Get the Configuration object associated with the capability key. |
void |
setConfiguration(java.lang.String capabilityKey,
org.apache.commons.configuration.Configuration configuration)
Associate CapabilityConfiguration with the capability key. |
Method Detail |
---|
@NotNull org.apache.commons.configuration.Configuration getConfiguration(@NotNull java.lang.String capabilityKey)
Configuration
object associated with the capability key.
capabilityKey
- Capability
's key
void setConfiguration(@NotNull java.lang.String capabilityKey, @NotNull org.apache.commons.configuration.Configuration configuration)
capabilityKey
- capability keyconfiguration
- Configuration
object to be associated with the key
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |