com.atlassian.confluence.plugin.descriptor
Class ExtractorModuleDescriptor

java.lang.Object
  extended bycom.atlassian.plugin.descriptors.AbstractModuleDescriptor
      extended bycom.atlassian.confluence.plugin.descriptor.ExtractorModuleDescriptor
All Implemented Interfaces:
Comparable, ModuleDescriptor, Resourced

public class ExtractorModuleDescriptor
extends AbstractModuleDescriptor
implements Comparable


Field Summary
static org.apache.log4j.Category log
           
 
Fields inherited from class com.atlassian.plugin.descriptors.AbstractModuleDescriptor
plugin, resources, singleton
 
Constructor Summary
ExtractorModuleDescriptor()
           
 
Method Summary
 int compareTo(Object o)
          Module descriptors naturally sort from least to most priority
 Object getModule()
           
 int getPriority()
           
 void init(Plugin plugin, org.dom4j.Element element)
           
 
Methods inherited from class com.atlassian.plugin.descriptors.AbstractModuleDescriptor
assertModuleClassImplements, destroy, getCompleteKey, getDescription, getDescriptionKey, getI18nNameKey, getKey, getMinJavaVersion, getModuleClass, getName, getParams, getPlugin, getPluginKey, getResourceDescriptor, getResourceDescriptors, getResourceDescriptors, getResourceLocation, isEnabledByDefault, isSingleton, isSingletonByDefault, isSystemModule, satisfiesMinJavaVersion, setPlugin, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

log

public static final org.apache.log4j.Category log
Constructor Detail

ExtractorModuleDescriptor

public ExtractorModuleDescriptor()
Method Detail

init

public void init(Plugin plugin,
                 org.dom4j.Element element)
          throws PluginParseException
Specified by:
init in interface ModuleDescriptor
Throws:
PluginParseException

getModule

public Object getModule()
Specified by:
getModule in interface ModuleDescriptor

getPriority

public int getPriority()

compareTo

public int compareTo(Object o)
Module descriptors naturally sort from least to most priority

Specified by:
compareTo in interface Comparable


Confluence is developed by Atlassian.