com.atlassian.renderer.v2.macro.code
Class SourceCodeFormatterModuleDescriptor

java.lang.Object
  extended by com.atlassian.plugin.descriptors.AbstractModuleDescriptor
      extended by com.atlassian.renderer.v2.macro.code.SourceCodeFormatterModuleDescriptor
All Implemented Interfaces:
com.atlassian.plugin.ModuleDescriptor, com.atlassian.plugin.Resourced, com.atlassian.plugin.StateAware

public class SourceCodeFormatterModuleDescriptor
extends com.atlassian.plugin.descriptors.AbstractModuleDescriptor


Field Summary
static org.apache.log4j.Category log
           
 
Fields inherited from class com.atlassian.plugin.descriptors.AbstractModuleDescriptor
plugin, resources, singleton
 
Constructor Summary
SourceCodeFormatterModuleDescriptor()
           
 
Method Summary
 SourceCodeFormatter getFormatter()
           
 Object getModule()
           
protected  SourceCodeFormatter makeFormatterFromClass()
          Override this method if you need to autowire the formatter, or something.
 
Methods inherited from class com.atlassian.plugin.descriptors.AbstractModuleDescriptor
assertModuleClassImplements, destroy, disabled, enabled, getCompleteKey, getDescription, getDescriptionKey, getI18nNameKey, getKey, getMinJavaVersion, getModuleClass, getName, getParams, getPlugin, getPluginKey, getResourceDescriptor, getResourceDescriptors, getResourceDescriptors, getResourceLocation, init, isEnabledByDefault, isSingleton, isSingletonByDefault, isSystemModule, loadClass, loadClass, 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

SourceCodeFormatterModuleDescriptor

public SourceCodeFormatterModuleDescriptor()
Method Detail

getModule

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

makeFormatterFromClass

protected SourceCodeFormatter makeFormatterFromClass()
Override this method if you need to autowire the formatter, or something.


getFormatter

public SourceCodeFormatter getFormatter()


Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.