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 replacementModule descriptor for plugin modules that defines a feature for use within theFeatureService
. The unqualified module key is the defined feature name.- Since:
- 5.3
-
-
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
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Void
getModule()
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, provideValidationRules, satisfiesMinJavaVersion, setBroken, setPlugin, toString, validate
-
-