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 java.lang.Object
implements SourceCodeFormatterRepository


Constructor Summary
PluggableSourceCodeFormatterRepository(com.atlassian.plugin.PluginAccessor pluginAccessor)
           
 
Method Summary
 java.util.Collection<java.lang.String> getAvailableLanguages()
           
 SourceCodeFormatter getSourceCodeFormatter(java.lang.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.PluginAccessor pluginAccessor)
Method Detail

getSourceCodeFormatter

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

getAvailableLanguages

public java.util.Collection<java.lang.String> getAvailableLanguages()
Specified by:
getAvailableLanguages in interface SourceCodeFormatterRepository


Copyright © 2013 Atlassian. All Rights Reserved.