org.sonar.plugins.python
Class PythonPlugin

java.lang.Object
  extended by org.sonar.api.SonarPlugin
      extended by org.sonar.plugins.python.PythonPlugin
All Implemented Interfaces:
org.sonar.api.Plugin

public class PythonPlugin
extends org.sonar.api.SonarPlugin


Field Summary
static org.slf4j.Logger LOG
           
 
Constructor Summary
PythonPlugin()
           
 
Method Summary
 List<Class<? extends org.sonar.api.Extension>> getExtensions()
           
 
Methods inherited from class org.sonar.api.SonarPlugin
getDescription, getKey, getName, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

LOG

public static final org.slf4j.Logger LOG
Constructor Detail

PythonPlugin

public PythonPlugin()
Method Detail

getExtensions

public List<Class<? extends org.sonar.api.Extension>> getExtensions()


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