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.3
A
FeatureService implementation which gets the feature keys from enabled FeatureModuleDescriptors.- Since:
- 7.16
-
Constructor Summary
ConstructorsConstructorDescriptionPluginModuleFeatureService(com.atlassian.plugin.PluginAccessor pluginAccessor) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated, 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, waitMethods inherited from interface com.atlassian.confluence.setup.settings.FeatureService
verifyFeature, verifyFeatures
-
Constructor Details
-
PluginModuleFeatureService
public PluginModuleFeatureService(com.atlassian.plugin.PluginAccessor pluginAccessor) Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
getRegisteredFeatures
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getRegisteredFeaturesin interfaceFeatureService- Returns:
- a collection of features known to the system.
-