|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@PublicSpi public interface SiteDarkFeaturesStorage
Persist site wide dark feature keys. The storage part used by the default DarkFeatureManager
implementation.
| Method Summary | |
|---|---|
void |
disable(String featureKey)
Disable the given dark feature key site wide. |
void |
enable(String featureKey)
Enable the given dark feature key site wide. |
com.google.common.collect.ImmutableSet<String> |
getEnabledDarkFeatures()
|
| Method Detail |
|---|
void enable(String featureKey)
featureKey - the feature key to be enabled; not blank, leading and trailing whitespaces are removedvoid disable(String featureKey)
featureKey - the feature key to be disabled; not blank, leading and trailing whitespaces are removedcom.google.common.collect.ImmutableSet<String> getEnabledDarkFeatures()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||