Class BackupRestoreProviderModuleDescriptor
- java.lang.Object
-
- com.atlassian.plugin.descriptors.AbstractModuleDescriptor<T>
-
- com.atlassian.confluence.plugin.descriptor.DefaultFactoryModuleDescriptor<BackupRestoreProvider>
-
- com.atlassian.confluence.plugin.descriptor.backup.BackupRestoreProviderModuleDescriptor
-
- All Implemented Interfaces:
com.atlassian.plugin.ModuleDescriptor<BackupRestoreProvider>
,com.atlassian.plugin.Resourced
,com.atlassian.plugin.ScopeAware
,com.atlassian.plugin.StateAware
public class BackupRestoreProviderModuleDescriptor extends DefaultFactoryModuleDescriptor<BackupRestoreProvider>
-
-
Constructor Summary
Constructors Constructor Description BackupRestoreProviderModuleDescriptor(com.atlassian.plugin.module.ModuleFactory moduleFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BackupRestoreProvider
getModule()
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.-
Methods inherited from class com.atlassian.confluence.plugin.descriptor.DefaultFactoryModuleDescriptor
disabled, enabled, 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, provideValidationRules, satisfiesMinJavaVersion, setBroken, setPlugin, toString
-
-
-
-
Method Detail
-
getModule
public BackupRestoreProvider 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<BackupRestoreProvider>
- Specified by:
getModule
in classDefaultFactoryModuleDescriptor<BackupRestoreProvider>
-
-