org.sonar.plugins.core.colorizers
Class JavaColorizerFormat

java.lang.Object
  extended by org.sonar.api.web.CodeColorizerFormat
      extended by org.sonar.plugins.core.colorizers.JavaColorizerFormat
All Implemented Interfaces:
Extension, ServerComponent, ServerExtension

public class JavaColorizerFormat
extends CodeColorizerFormat


Constructor Summary
JavaColorizerFormat()
           
 
Method Summary
 List<Tokenizer> getTokenizers()
          sonar-colorizer tokenizers for HTML output.
 
Methods inherited from class org.sonar.api.web.CodeColorizerFormat
equals, getLanguageKey, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JavaColorizerFormat

public JavaColorizerFormat()
Method Detail

getTokenizers

public List<Tokenizer> getTokenizers()
Description copied from class: CodeColorizerFormat
sonar-colorizer tokenizers for HTML output.

Specified by:
getTokenizers in class CodeColorizerFormat
Returns:
a not null list (empty if no tokenizers)


Copyright © 2009-2012 SonarSource. All Rights Reserved.