Class CommandCreatorModuleDescriptor
java.lang.Object
com.atlassian.plugin.descriptors.AbstractModuleDescriptor<T>
com.atlassian.confluence.plugin.descriptor.DefaultFactoryModuleDescriptor<CommandCreator<?,ContentManagementIncSyncModel>>
com.atlassian.confluence.plugin.descriptor.CommandCreatorModuleDescriptor
- All Implemented Interfaces:
com.atlassian.plugin.ModuleDescriptor<CommandCreator<?,
,ContentManagementIncSyncModel>> com.atlassian.plugin.Resourced
,com.atlassian.plugin.ScopeAware
,com.atlassian.plugin.StateAware
public class CommandCreatorModuleDescriptor
extends DefaultFactoryModuleDescriptor<CommandCreator<?,ContentManagementIncSyncModel>>
Allow plugin to contribute to Content Command Factory
<content-command-creator name="extraCommandCreator" key="extraCommandCreator"
class="com.atlassian.confluence.plugins.extractor.tutorial.CommandCreator">
</content-command-creator>
- Since:
- 9.5.0
-
Field Summary
Fields inherited from class com.atlassian.plugin.descriptors.AbstractModuleDescriptor
key, moduleClass, moduleClassName, moduleFactory, name, plugin, resources
-
Constructor Summary
ConstructorsConstructorDescriptionCommandCreatorModuleDescriptor
(com.atlassian.plugin.module.ModuleFactory moduleFactory, ContentCommandFactory contentManagementIncSyncModel) -
Method Summary
Methods inherited from class com.atlassian.confluence.plugin.descriptor.DefaultFactoryModuleDescriptor
getModuleFromProvider, init
Methods inherited from class com.atlassian.plugin.descriptors.AbstractModuleDescriptor
assertModuleClassImplements, checkPermissions, destroy, 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, 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
-
CommandCreatorModuleDescriptor
public CommandCreatorModuleDescriptor(com.atlassian.plugin.module.ModuleFactory moduleFactory, ContentCommandFactory contentManagementIncSyncModel)
-
-
Method Details
-
getModule
Description copied from class:DefaultFactoryModuleDescriptor
Implementing classes should implement this method and call getModuleFromProvider, this is required as AbstractModuleDescriptor.getModuleReturnClass() uses the return type of this method to determine the module class. The JVM's type erasure means that it must be implemented with a non-generic type for getModuleReturnClass() to succeed.- Specified by:
getModule
in interfacecom.atlassian.plugin.ModuleDescriptor<CommandCreator<?,
ContentManagementIncSyncModel>> - Specified by:
getModule
in classDefaultFactoryModuleDescriptor<CommandCreator<?,
ContentManagementIncSyncModel>>
-
enabled
public void enabled()- Specified by:
enabled
in interfacecom.atlassian.plugin.StateAware
- Overrides:
enabled
in classDefaultFactoryModuleDescriptor<CommandCreator<?,
ContentManagementIncSyncModel>>
-
disabled
public void disabled()- Specified by:
disabled
in interfacecom.atlassian.plugin.StateAware
- Overrides:
disabled
in classDefaultFactoryModuleDescriptor<CommandCreator<?,
ContentManagementIncSyncModel>>
-