Class CommentExtensionsSupportModuleDescriptor
java.lang.Object
com.atlassian.plugin.descriptors.AbstractModuleDescriptor<CommentExtensionsSupport>
com.atlassian.confluence.content.apisupport.CommentExtensionsSupportModuleDescriptor
- All Implemented Interfaces:
com.atlassian.plugin.ModuleDescriptor<CommentExtensionsSupport>,com.atlassian.plugin.Resourced,com.atlassian.plugin.ScopeAware,com.atlassian.plugin.StateAware
public final class CommentExtensionsSupportModuleDescriptor
extends com.atlassian.plugin.descriptors.AbstractModuleDescriptor<CommentExtensionsSupport>
-
Field Summary
Fields inherited from class com.atlassian.plugin.descriptors.AbstractModuleDescriptor
key, moduleClass, moduleClassName, moduleFactory, name, plugin, resources -
Constructor Summary
ConstructorsConstructorDescriptionCommentExtensionsSupportModuleDescriptor(com.atlassian.plugin.module.ModuleFactory moduleFactory) -
Method Summary
Modifier and TypeMethodDescriptionvoidinit(@NonNull com.atlassian.plugin.Plugin plugin, @NonNull com.atlassian.plugin.module.Element element) 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, isBroken, isEnabled, isEnabledByDefault, isSystemModule, loadClass, satisfiesMinJavaVersion, setBroken, setPlugin, toString, validateMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.atlassian.plugin.ModuleDescriptor
getDisplayName
-
Constructor Details
-
CommentExtensionsSupportModuleDescriptor
public CommentExtensionsSupportModuleDescriptor(com.atlassian.plugin.module.ModuleFactory moduleFactory)
-
-
Method Details
-
getModule
- Specified by:
getModulein interfacecom.atlassian.plugin.ModuleDescriptor<CommentExtensionsSupport>- Specified by:
getModulein classcom.atlassian.plugin.descriptors.AbstractModuleDescriptor<CommentExtensionsSupport>
-
init
public void init(@NonNull com.atlassian.plugin.Plugin plugin, @NonNull com.atlassian.plugin.module.Element element) throws com.atlassian.plugin.PluginParseException - Specified by:
initin interfacecom.atlassian.plugin.ModuleDescriptor<CommentExtensionsSupport>- Overrides:
initin classcom.atlassian.plugin.descriptors.AbstractModuleDescriptor<CommentExtensionsSupport>- Throws:
com.atlassian.plugin.PluginParseException
-