Class FeatureModuleDescriptor

java.lang.Object
com.atlassian.plugin.descriptors.AbstractModuleDescriptor<Void>
com.atlassian.confluence.plugin.descriptor.FeatureModuleDescriptor
All Implemented Interfaces:
com.atlassian.plugin.ModuleDescriptor<Void>, com.atlassian.plugin.Resourced, com.atlassian.plugin.ScopeAware, com.atlassian.plugin.StateAware

@Deprecated(forRemoval=true) public class FeatureModuleDescriptor extends com.atlassian.plugin.descriptors.AbstractModuleDescriptor<Void>
Deprecated, for removal: This API element is subject to removal in a future version.
since 8.3 no replacement
Module descriptor for plugin modules that defines a feature for use within the FeatureService. The unqualified module key is the defined feature name.
Since:
5.3
  • Field Summary

    Fields inherited from class com.atlassian.plugin.descriptors.AbstractModuleDescriptor

    key, moduleClass, moduleClassName, moduleFactory, name, plugin, resources
  • Constructor Summary

    Constructors
    Constructor
    Description
    FeatureModuleDescriptor(com.atlassian.plugin.module.ModuleFactory moduleFactory)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Methods inherited from class com.atlassian.plugin.descriptors.AbstractModuleDescriptor

    assertModuleClassImplements, checkPermissions, destroy, disabled, enabled, equals, getCompleteKey, getDescription, getDescriptionKey, getI18nNameKey, getKey, getMinJavaVersion, getModuleClass, getModuleClassName, getName, getParams, getPlugin, getPluginKey, getRequiredPermissions, getResourceDescriptor, getResourceDescriptors, getResourceLocation, getScopeKey, hashCode, init, isBroken, isEnabled, isEnabledByDefault, isSystemModule, loadClass, satisfiesMinJavaVersion, setBroken, setPlugin, toString, validate

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface com.atlassian.plugin.ModuleDescriptor

    getDisplayName
  • Constructor Details

    • FeatureModuleDescriptor

      public FeatureModuleDescriptor(com.atlassian.plugin.module.ModuleFactory moduleFactory)
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • getModule

      public Void getModule()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      getModule in interface com.atlassian.plugin.ModuleDescriptor<Void>
      Specified by:
      getModule in class com.atlassian.plugin.descriptors.AbstractModuleDescriptor<Void>