org.sonar.plugins.python
Class PythonSourceImporter

java.lang.Object
  extended by org.sonar.api.batch.AbstractSourceImporter
      extended by org.sonar.plugins.python.PythonSourceImporter
All Implemented Interfaces:
org.sonar.api.batch.CheckProject, org.sonar.api.batch.Sensor, org.sonar.api.BatchComponent, org.sonar.api.BatchExtension, org.sonar.api.Extension

public class PythonSourceImporter
extends org.sonar.api.batch.AbstractSourceImporter


Field Summary
 
Fields inherited from interface org.sonar.api.batch.Sensor
FLAG_SQUID_ANALYSIS
 
Constructor Summary
PythonSourceImporter(Python python)
           
 
Method Summary
 
Methods inherited from class org.sonar.api.batch.AbstractSourceImporter
analyse, analyse, createResource, getLanguage, isEnabled, onFinished, parseDirs, shouldExecuteOnProject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PythonSourceImporter

public PythonSourceImporter(Python python)


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