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

java.lang.Object
  extended by com.atlassian.renderer.v2.macro.code.PluggableSourceCodeFormatterRepository
All Implemented Interfaces:
SourceCodeFormatterRepository

public class PluggableSourceCodeFormatterRepository
extends Object
implements SourceCodeFormatterRepository


Constructor Summary
PluggableSourceCodeFormatterRepository(com.atlassian.plugin.PluginManager pluginManager)
           
 
Method Summary
 Collection getAvailableLanguages()
           
 SourceCodeFormatter getSourceCodeFormatter(String language)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PluggableSourceCodeFormatterRepository

public PluggableSourceCodeFormatterRepository(com.atlassian.plugin.PluginManager pluginManager)
Method Detail

getSourceCodeFormatter

public SourceCodeFormatter getSourceCodeFormatter(String language)
Specified by:
getSourceCodeFormatter in interface SourceCodeFormatterRepository

getAvailableLanguages

public Collection getAvailableLanguages()
Specified by:
getAvailableLanguages in interface SourceCodeFormatterRepository


Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.