public interface FeatureService
Modifier and Type | Method and Description |
---|---|
Set<String> |
getRegisteredFeatures() |
default void |
verifyFeature(String featureKey)
Verify that a featureKey is registered
|
default void |
verifyFeatures(Set<String> featureKeys)
Verify that all keys in a set are registered.
|
Set<String> getRegisteredFeatures()
default void verifyFeature(String featureKey) throws UnknownFeatureException
featureKey
- UnknownFeatureException
default void verifyFeatures(Set<String> featureKeys) throws UnknownFeatureException
featureKeys
- UnknownFeatureException
Copyright © 2003–2023 Atlassian. All rights reserved.
View cookie preferences