Class IndexRecovererModuleDescriptor
- java.lang.Object
-
- com.atlassian.plugin.descriptors.AbstractModuleDescriptor<IndexRecoverer>
-
- com.atlassian.confluence.plugin.descriptor.IndexRecovererModuleDescriptor
-
- All Implemented Interfaces:
PluginModuleFactory<IndexRecoverer>
,com.atlassian.plugin.ModuleDescriptor<IndexRecoverer>
,com.atlassian.plugin.Resourced
,com.atlassian.plugin.ScopeAware
,com.atlassian.plugin.StateAware
public class IndexRecovererModuleDescriptor extends com.atlassian.plugin.descriptors.AbstractModuleDescriptor<IndexRecoverer> implements PluginModuleFactory<IndexRecoverer>
-
-
Constructor Summary
Constructors Constructor Description IndexRecovererModuleDescriptor(com.atlassian.plugin.module.ModuleFactory moduleFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IndexRecoverer
createModule()
void
disabled()
void
enabled()
String
getIndexDirName()
String
getIndexName()
JournalIdentifier
getJournalId()
IndexRecoverer
getModule()
void
init(com.atlassian.plugin.Plugin plugin, org.dom4j.Element element)
-
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
-
init
public void init(com.atlassian.plugin.Plugin plugin, org.dom4j.Element element) throws com.atlassian.plugin.PluginParseException
- Specified by:
init
in interfacecom.atlassian.plugin.ModuleDescriptor<IndexRecoverer>
- Overrides:
init
in classcom.atlassian.plugin.descriptors.AbstractModuleDescriptor<IndexRecoverer>
- Throws:
com.atlassian.plugin.PluginParseException
-
getModule
public IndexRecoverer getModule()
- Specified by:
getModule
in interfacecom.atlassian.plugin.ModuleDescriptor<IndexRecoverer>
- Specified by:
getModule
in classcom.atlassian.plugin.descriptors.AbstractModuleDescriptor<IndexRecoverer>
-
enabled
public void enabled()
- Specified by:
enabled
in interfacecom.atlassian.plugin.StateAware
- Overrides:
enabled
in classcom.atlassian.plugin.descriptors.AbstractModuleDescriptor<IndexRecoverer>
-
disabled
public void disabled()
- Specified by:
disabled
in interfacecom.atlassian.plugin.StateAware
- Overrides:
disabled
in classcom.atlassian.plugin.descriptors.AbstractModuleDescriptor<IndexRecoverer>
-
getIndexName
public String getIndexName()
-
getIndexDirName
public String getIndexDirName()
-
getJournalId
public JournalIdentifier getJournalId()
-
createModule
public IndexRecoverer createModule()
- Specified by:
createModule
in interfacePluginModuleFactory<IndexRecoverer>
-
-