public class IndexRecovererModuleDescriptor extends com.atlassian.plugin.descriptors.AbstractModuleDescriptor<IndexRecoverer> implements PluginModuleFactory<IndexRecoverer>
| Constructor and Description |
|---|
IndexRecovererModuleDescriptor(com.atlassian.plugin.module.ModuleFactory moduleFactory) |
| Modifier and Type | Method and 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) |
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, toStringpublic IndexRecovererModuleDescriptor(com.atlassian.plugin.module.ModuleFactory moduleFactory)
public void init(com.atlassian.plugin.Plugin plugin,
org.dom4j.Element element)
throws com.atlassian.plugin.PluginParseException
init in interface com.atlassian.plugin.ModuleDescriptor<IndexRecoverer>init in class com.atlassian.plugin.descriptors.AbstractModuleDescriptor<IndexRecoverer>com.atlassian.plugin.PluginParseExceptionpublic IndexRecoverer getModule()
getModule in interface com.atlassian.plugin.ModuleDescriptor<IndexRecoverer>getModule in class com.atlassian.plugin.descriptors.AbstractModuleDescriptor<IndexRecoverer>public void enabled()
enabled in interface com.atlassian.plugin.StateAwareenabled in class com.atlassian.plugin.descriptors.AbstractModuleDescriptor<IndexRecoverer>public void disabled()
disabled in interface com.atlassian.plugin.StateAwaredisabled in class com.atlassian.plugin.descriptors.AbstractModuleDescriptor<IndexRecoverer>public String getIndexName()
public String getIndexDirName()
public JournalIdentifier getJournalId()
public IndexRecoverer createModule()
createModule in interface PluginModuleFactory<IndexRecoverer>Copyright © 2003–2020 Atlassian. All rights reserved.