com.atlassian.confluence.plugin.descriptor
Class ThemeModuleDescriptor

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

public class ThemeModuleDescriptor
extends AbstractModuleDescriptor


Field Summary
 
Fields inherited from class com.atlassian.plugin.descriptors.AbstractModuleDescriptor
plugin, resources, singleton
 
Constructor Summary
ThemeModuleDescriptor()
           
 
Method Summary
 ColourScheme getColourScheme()
           
 List getLayouts()
           
 Object getModule()
           
 void init(Plugin plugin, org.dom4j.Element element)
           
 void setPluginManager(PluginManager pluginManager)
           
 
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
 

Constructor Detail

ThemeModuleDescriptor

public ThemeModuleDescriptor()
Method Detail

setPluginManager

public void setPluginManager(PluginManager pluginManager)

init

public void init(Plugin plugin,
                 org.dom4j.Element element)
          throws PluginParseException
Throws:
PluginParseException

getModule

public Object getModule()

getColourScheme

public ColourScheme getColourScheme()

getLayouts

public List getLayouts()


Confluence is developed by Atlassian.