Uses of Interface
com.atlassian.renderer.v2.macro.code.SourceCodeFormatter

Packages that use SourceCodeFormatter
com.atlassian.renderer.v2.macro.code   
com.atlassian.renderer.v2.macro.code.formatter   
 

Uses of SourceCodeFormatter in com.atlassian.renderer.v2.macro.code
 

Methods in com.atlassian.renderer.v2.macro.code that return SourceCodeFormatter
 SourceCodeFormatter SourceCodeFormatterModuleDescriptor.getFormatter()
           
 SourceCodeFormatter SourceCodeFormatterRepository.getSourceCodeFormatter(java.lang.String language)
           
 SourceCodeFormatter SimpleSourceCodeFormatterRepository.getSourceCodeFormatter(java.lang.String language)
           
 SourceCodeFormatter PluggableSourceCodeFormatterRepository.getSourceCodeFormatter(java.lang.String language)
           
protected  SourceCodeFormatter SourceCodeFormatterModuleDescriptor.makeFormatterFromClass()
          Override this method if you need to autowire the formatter, or something.
 

Constructor parameters in com.atlassian.renderer.v2.macro.code with type arguments of type SourceCodeFormatter
CodeMacro(V2SubRenderer subRenderer, java.util.List<SourceCodeFormatter> formatters)
           
SimpleSourceCodeFormatterRepository(java.util.List<SourceCodeFormatter> formatters)
           
 

Uses of SourceCodeFormatter in com.atlassian.renderer.v2.macro.code.formatter
 

Classes in com.atlassian.renderer.v2.macro.code.formatter that implement SourceCodeFormatter
 class AbstractFormatter
           
 class ActionScriptFormatter
           
 class JavaFormatter
           
 class JavaScriptFormatter
           
 class NoneFormatter
          Created by IntelliJ IDEA.
 class SqlFormatter
           
 class XmlFormatter
           
 



Copyright © 2012 Atlassian. All Rights Reserved.