public class PathConverterModuleDescriptor extends com.atlassian.plugin.descriptors.AbstractModuleDescriptor<PathConverter>
This descriptor will register the path converters with the manager as they are enabled, and remove them as they are disabled.
| Constructor and Description | 
|---|
| PathConverterModuleDescriptor(com.atlassian.plugin.module.ModuleFactory moduleFactory,
                             PathConverterManager pathConverterManager) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | disabled() | 
| void | enabled() | 
| PathConverter | 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 PathConverterModuleDescriptor(com.atlassian.plugin.module.ModuleFactory moduleFactory,
                                     PathConverterManager pathConverterManager)
public void init(com.atlassian.plugin.Plugin plugin,
                 org.dom4j.Element element)
          throws com.atlassian.plugin.PluginParseException
init in interface com.atlassian.plugin.ModuleDescriptor<PathConverter>init in class com.atlassian.plugin.descriptors.AbstractModuleDescriptor<PathConverter>com.atlassian.plugin.PluginParseExceptionpublic PathConverter getModule()
getModule in interface com.atlassian.plugin.ModuleDescriptor<PathConverter>getModule in class com.atlassian.plugin.descriptors.AbstractModuleDescriptor<PathConverter>public void enabled()
enabled in interface com.atlassian.plugin.StateAwareenabled in class com.atlassian.plugin.descriptors.AbstractModuleDescriptor<PathConverter>public void disabled()
disabled in interface com.atlassian.plugin.StateAwaredisabled in class com.atlassian.plugin.descriptors.AbstractModuleDescriptor<PathConverter>Copyright © 2003–2021 Atlassian. All rights reserved.