@PublicApi
public interface CapabilityConfigurationManager
Capability.
Configuration object can be associated with a capability key.| Modifier and Type | Method and Description |
|---|---|
org.apache.commons.configuration.Configuration |
getConfiguration(String capabilityKey)
Get the
Configuration object associated with the capability key. |
void |
setConfiguration(String capabilityKey,
org.apache.commons.configuration.Configuration configuration)
Associate CapabilityConfiguration with the capability key.
|
@NotNull
org.apache.commons.configuration.Configuration getConfiguration(@NotNull
String capabilityKey)
Configuration object associated with the capability key.capabilityKey - Capability's keyvoid setConfiguration(@NotNull
String capabilityKey,
@NotNull
org.apache.commons.configuration.Configuration configuration)
capabilityKey - capability keyconfiguration - Configuration object to be associated with the keyCopyright © 2016 Atlassian Software Systems Pty Ltd. All rights reserved.