Class DarkFeatureEnabledSupplier
java.lang.Object
com.atlassian.confluence.setup.settings.DarkFeatureEnabledSupplier
- All Implemented Interfaces:
BooleanSupplier
BooleanSupplier
that returns true
when the dark feature key is enabled.- Since:
- 5.10
-
Constructor Summary
ConstructorDescriptionDarkFeatureEnabledSupplier
(DarkFeaturesManager darkFeaturesManager, String darkFeatureKey) -
Method Summary
-
Constructor Details
-
DarkFeatureEnabledSupplier
-
-
Method Details
-
getAsBoolean
public boolean getAsBoolean()- Specified by:
getAsBoolean
in interfaceBooleanSupplier
-