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 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

      public Set<String> getRegisteredFeatures()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      getRegisteredFeatures in interface FeatureService
      Returns:
      a collection of features known to the system.