Class DefaultCoreFeaturesManager
- java.lang.Object
-
- com.atlassian.confluence.setup.settings.DefaultCoreFeaturesManager
-
- All Implemented Interfaces:
CoreFeaturesManager
public class DefaultCoreFeaturesManager extends Object implements CoreFeaturesManager
The set of features that are fundamental to Confluence working, and can only be enabled or disabled during installation.- Since:
- 4.0
-
-
Constructor Summary
Constructors Constructor Description DefaultCoreFeaturesManager()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isOnDemand()
-
-
-
Method Detail
-
isOnDemand
public boolean isOnDemand()
- Specified by:
isOnDemand
in interfaceCoreFeaturesManager
- Returns:
- false, always
-
-