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