com.atlassian.confluence.plugin.descriptor
Class PathConverterModuleDescriptor

java.lang.Object
  extended by com.atlassian.plugin.descriptors.AbstractModuleDescriptor<PathConverter>
      extended by com.atlassian.confluence.plugin.descriptor.PathConverterModuleDescriptor
All Implemented Interfaces:
com.atlassian.plugin.ModuleDescriptor<PathConverter>, com.atlassian.plugin.Resourced, com.atlassian.plugin.StateAware

public class PathConverterModuleDescriptor
extends com.atlassian.plugin.descriptors.AbstractModuleDescriptor<PathConverter>

A plugin module descriptor used to load path converter plugins. This descriptor will register the path converters with the manager as they are enabled, and remove them as they are disabled.


Field Summary
 
Fields inherited from class com.atlassian.plugin.descriptors.AbstractModuleDescriptor
key, moduleClass, moduleClassName, moduleFactory, name, plugin, resources, singleton
 
Constructor Summary
PathConverterModuleDescriptor(com.atlassian.plugin.module.ModuleFactory moduleFactory, PathConverterManager pathConverterManager)
           
 
Method Summary
 void disabled()
           
 void enabled()
           
 PathConverter getModule()
           
 void init(com.atlassian.plugin.Plugin plugin, org.dom4j.Element element)
           
 
Methods inherited from class com.atlassian.plugin.descriptors.AbstractModuleDescriptor
assertModuleClassImplements, checkPermissions, destroy, destroy, equals, getCompleteKey, getDescription, getDescriptionKey, getI18nNameKey, getKey, getMinJavaVersion, getModuleClass, getModuleClassName, getName, getParams, getPlugin, getPluginKey, getRequiredPermissions, getResourceDescriptor, getResourceDescriptors, getResourceDescriptors, getResourceLocation, hashCode, isEnabledByDefault, isSingleton, isSingletonByDefault, isSystemModule, loadClass, loadClass, provideValidationRules, satisfiesMinJavaVersion, setPlugin, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PathConverterModuleDescriptor

public PathConverterModuleDescriptor(com.atlassian.plugin.module.ModuleFactory moduleFactory,
                                     PathConverterManager pathConverterManager)
Method Detail

init

public void init(com.atlassian.plugin.Plugin plugin,
                 org.dom4j.Element element)
          throws com.atlassian.plugin.PluginParseException
Specified by:
init in interface com.atlassian.plugin.ModuleDescriptor<PathConverter>
Overrides:
init in class com.atlassian.plugin.descriptors.AbstractModuleDescriptor<PathConverter>
Throws:
com.atlassian.plugin.PluginParseException

getModule

public PathConverter getModule()
Specified by:
getModule in interface com.atlassian.plugin.ModuleDescriptor<PathConverter>
Specified by:
getModule in class com.atlassian.plugin.descriptors.AbstractModuleDescriptor<PathConverter>

enabled

public void enabled()
Specified by:
enabled in interface com.atlassian.plugin.StateAware
Overrides:
enabled in class com.atlassian.plugin.descriptors.AbstractModuleDescriptor<PathConverter>

disabled

public void disabled()
Specified by:
disabled in interface com.atlassian.plugin.StateAware
Overrides:
disabled in class com.atlassian.plugin.descriptors.AbstractModuleDescriptor<PathConverter>


Copyright © 2003-2013 Atlassian. All Rights Reserved.