org.sonar.plugins.python.colorizer
Class PythonColorizer

java.lang.Object
  extended by org.sonar.api.web.CodeColorizerFormat
      extended by org.sonar.plugins.python.colorizer.PythonColorizer
All Implemented Interfaces:
org.sonar.api.Extension, org.sonar.api.ServerComponent, org.sonar.api.ServerExtension

public final class PythonColorizer
extends org.sonar.api.web.CodeColorizerFormat


Constructor Summary
PythonColorizer()
           
 
Method Summary
 List<org.sonar.colorizer.Tokenizer> getTokenizers()
           
 
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

PythonColorizer

public PythonColorizer()
Method Detail

getTokenizers

public List<org.sonar.colorizer.Tokenizer> getTokenizers()
Specified by:
getTokenizers in class org.sonar.api.web.CodeColorizerFormat


Copyright © 2011-2012 SonarSource and Waleri Enns. All Rights Reserved.