Class PluginModuleFeatureService
- java.lang.Object
-
- com.atlassian.confluence.impl.feature.PluginModuleFeatureService
-
- All Implemented Interfaces:
FeatureService
@Deprecated(forRemoval=true) public class PluginModuleFeatureService extends Object implements FeatureService
Deprecated, for removal: This API element is subject to removal in a future version.since 8.3AFeatureService
implementation which gets the feature keys from enabledFeatureModuleDescriptor
s.- Since:
- 7.16
-
-
Constructor Summary
Constructors Constructor Description PluginModuleFeatureService(com.atlassian.plugin.PluginAccessor pluginAccessor)
Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Set<String>
getRegisteredFeatures()
Deprecated, for removal: This API element is subject to removal in a future version.-
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()
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getRegisteredFeatures
in interfaceFeatureService
- Returns:
- a collection of features known to the system.
-
-