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, toString
public 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.PluginParseException
public 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.StateAware
enabled
in class com.atlassian.plugin.descriptors.AbstractModuleDescriptor<PathConverter>
public void disabled()
disabled
in interface com.atlassian.plugin.StateAware
disabled
in class com.atlassian.plugin.descriptors.AbstractModuleDescriptor<PathConverter>
Copyright © 2003–2019 Atlassian. All rights reserved.