public abstract class AbstractAnalyzer extends Object
| Constructor and Description |
|---|
AbstractAnalyzer(org.sonar.api.component.ResourcePerspectives perspectives,
org.sonar.api.scan.filesystem.ModuleFileSystem fileSystem,
org.sonar.api.scan.filesystem.PathResolver pathResolver,
JavaResourceLocator javaResourceLocator,
JavaClasspath javaClasspath) |
AbstractAnalyzer(org.sonar.api.component.ResourcePerspectives perspectives,
org.sonar.api.scan.filesystem.ModuleFileSystem fileSystem,
org.sonar.api.scan.filesystem.PathResolver pathResolver,
JavaResourceLocator javaResourceLocator,
JavaClasspath javaClasspath,
boolean readCoveragePerTests) |
| Modifier and Type | Method and Description |
|---|---|
void |
analyse(org.sonar.api.resources.Project project,
org.sonar.api.batch.SensorContext context) |
protected abstract String |
getReportPath(org.sonar.api.resources.Project project) |
protected abstract void |
saveMeasures(org.sonar.api.batch.SensorContext context,
org.sonar.api.resources.Resource resource,
Collection<org.sonar.api.measures.Measure> measures) |
public AbstractAnalyzer(org.sonar.api.component.ResourcePerspectives perspectives,
org.sonar.api.scan.filesystem.ModuleFileSystem fileSystem,
org.sonar.api.scan.filesystem.PathResolver pathResolver,
JavaResourceLocator javaResourceLocator,
JavaClasspath javaClasspath)
public AbstractAnalyzer(org.sonar.api.component.ResourcePerspectives perspectives,
org.sonar.api.scan.filesystem.ModuleFileSystem fileSystem,
org.sonar.api.scan.filesystem.PathResolver pathResolver,
JavaResourceLocator javaResourceLocator,
JavaClasspath javaClasspath,
boolean readCoveragePerTests)
public final void analyse(org.sonar.api.resources.Project project,
org.sonar.api.batch.SensorContext context)
protected abstract void saveMeasures(org.sonar.api.batch.SensorContext context,
org.sonar.api.resources.Resource resource,
Collection<org.sonar.api.measures.Measure> measures)
protected abstract String getReportPath(org.sonar.api.resources.Project project)
Copyright © 2010–2015 SonarSource. All rights reserved.