Class PluginModuleFeatureService
- java.lang.Object
-
- com.atlassian.confluence.impl.feature.PluginModuleFeatureService
-
- All Implemented Interfaces:
FeatureService
public class PluginModuleFeatureService extends Object implements FeatureService
AFeatureService
implementation which gets the feature keys from enabledFeatureModuleDescriptor
s.- Since:
- 7.16
-
-
Constructor Summary
Constructors Constructor Description PluginModuleFeatureService(com.atlassian.plugin.PluginAccessor pluginAccessor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<String>
getRegisteredFeatures()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.atlassian.confluence.setup.settings.FeatureService
verifyFeature, verifyFeatures
-
-
-
-
Method Detail
-
getRegisteredFeatures
public Set<String> getRegisteredFeatures()
- Specified by:
getRegisteredFeatures
in interfaceFeatureService
- Returns:
- a collection of features known to the system.
-
-