Class DarkFeatureEnabledSupplier
- java.lang.Object
-
- com.atlassian.confluence.setup.settings.DarkFeatureEnabledSupplier
-
- All Implemented Interfaces:
BooleanSupplier
public class DarkFeatureEnabledSupplier extends Object implements BooleanSupplier
BooleanSupplier
that returnstrue
when the dark feature key is enabled.- Since:
- 5.10
-
-
Constructor Summary
Constructors Constructor Description DarkFeatureEnabledSupplier(DarkFeaturesManager darkFeaturesManager, String darkFeatureKey)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
getAsBoolean()
-
-
-
Constructor Detail
-
DarkFeatureEnabledSupplier
public DarkFeatureEnabledSupplier(DarkFeaturesManager darkFeaturesManager, String darkFeatureKey)
-
-
Method Detail
-
getAsBoolean
public boolean getAsBoolean()
- Specified by:
getAsBoolean
in interfaceBooleanSupplier
-
-