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