Package org.sonar.plugins.python.indexer
Class SonarQubePythonIndexer
- java.lang.Object
-
- org.sonar.plugins.python.indexer.PythonIndexer
-
- org.sonar.plugins.python.indexer.SonarQubePythonIndexer
-
public class SonarQubePythonIndexer extends PythonIndexer
-
-
Field Summary
-
Fields inherited from class org.sonar.plugins.python.indexer.PythonIndexer
projectBaseDirAbsolutePath
-
-
Constructor Summary
Constructors Constructor Description SonarQubePythonIndexer(List<org.sonar.api.batch.fs.InputFile> files)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbuildOnce(org.sonar.api.batch.sensor.SensorContext context)-
Methods inherited from class org.sonar.plugins.python.indexer.PythonIndexer
getFileWithId, packageName, projectLevelSymbolTable
-
-
-
-
Constructor Detail
-
SonarQubePythonIndexer
public SonarQubePythonIndexer(List<org.sonar.api.batch.fs.InputFile> files)
-
-
Method Detail
-
buildOnce
public void buildOnce(org.sonar.api.batch.sensor.SensorContext context)
- Specified by:
buildOncein classPythonIndexer
-
-