public class UserFormatModuleDescriptorImpl extends AbstractJiraModuleDescriptor<UserFormat> implements UserFormatModuleDescriptor
| Constructor and Description |
|---|
UserFormatModuleDescriptorImpl(JiraAuthenticationContext authenticationContext,
com.atlassian.plugin.module.ModuleFactory moduleFactory) |
| Modifier and Type | Method and Description |
|---|---|
void |
disabled() |
void |
enabled() |
boolean |
equals(Object obj) |
UserFormat |
getModule() |
String |
getType()
Gets the user format "type" that this descriptor applies to.
|
String |
getTypeI18nKey()
Gets an i18n key to display a user friendly description for the type that this descriptor applies to.
|
int |
hashCode() |
void |
init(com.atlassian.plugin.Plugin plugin,
org.dom4j.Element element) |
assertResourceExists, createModule, createVelocityParams, getAuthenticationContext, getClassLoader, getDescription, getHtml, getHtml, getI18nBean, getName, getText, getText, isResourceExist, writeHtmlassertModuleClassImplements, checkPermissions, destroy, getCompleteKey, getDescriptionKey, getI18nNameKey, getKey, getMinJavaVersion, getModuleClass, getModuleClassName, getParams, getPlugin, getPluginKey, getRequiredPermissions, getResourceDescriptor, getResourceDescriptors, getResourceLocation, getScopeKey, isBroken, isEnabled, isEnabledByDefault, isSystemModule, loadClass, provideValidationRules, satisfiesMinJavaVersion, setBroken, setPlugin, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetHtml, getHtml, getI18nBean, writeHtmldestroy, getCompleteKey, getDescription, getDescriptionKey, getDisplayName, getI18nNameKey, getKey, getMinJavaVersion, getModuleClass, getName, getParams, getPlugin, getPluginKey, isBroken, isEnabled, isEnabledByDefault, isSystemModule, satisfiesMinJavaVersion, setBrokenpublic UserFormatModuleDescriptorImpl(JiraAuthenticationContext authenticationContext, 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<UserFormat>init in class AbstractJiraModuleDescriptor<UserFormat>com.atlassian.plugin.PluginParseExceptionpublic void enabled()
enabled in interface com.atlassian.plugin.StateAwareenabled in class AbstractJiraModuleDescriptor<UserFormat>public void disabled()
disabled in interface com.atlassian.plugin.StateAwaredisabled in class AbstractJiraModuleDescriptor<UserFormat>public String getType()
UserFormatModuleDescriptorgetType in interface UserFormatModuleDescriptorpublic String getTypeI18nKey()
UserFormatModuleDescriptorgetTypeI18nKey in interface UserFormatModuleDescriptorpublic UserFormat getModule()
getModule in interface com.atlassian.plugin.ModuleDescriptor<UserFormat>getModule in class AbstractJiraModuleDescriptor<UserFormat>public boolean equals(Object obj)
equals in interface com.atlassian.plugin.ModuleDescriptor<UserFormat>equals in class com.atlassian.plugin.descriptors.AbstractModuleDescriptor<UserFormat>public int hashCode()
hashCode in interface com.atlassian.plugin.ModuleDescriptor<UserFormat>hashCode in class com.atlassian.plugin.descriptors.AbstractModuleDescriptor<UserFormat>Copyright © 2002-2023 Atlassian. All Rights Reserved.