|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sonar.plugins.jacoco.AbstractAnalyzer
public abstract class AbstractAnalyzer
| Constructor Summary | |
|---|---|
AbstractAnalyzer()
|
|
| Method Summary | |
|---|---|
void |
analyse(Project project,
SensorContext context)
|
protected abstract String |
getExcludes(Project project)
|
protected abstract String |
getReportPath(Project project)
|
void |
readExecutionData(File jacocoExecutionData,
File buildOutputDir,
SensorContext context,
org.jacoco.core.runtime.WildcardMatcher excludes)
|
protected abstract void |
saveMeasures(SensorContext context,
JavaFile resource,
Collection<Measure> measures)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractAnalyzer()
| Method Detail |
|---|
public final void analyse(Project project,
SensorContext context)
public final void readExecutionData(File jacocoExecutionData,
File buildOutputDir,
SensorContext context,
org.jacoco.core.runtime.WildcardMatcher excludes)
throws IOException
IOException
protected abstract void saveMeasures(SensorContext context,
JavaFile resource,
Collection<Measure> measures)
protected abstract String getReportPath(Project project)
protected abstract String getExcludes(Project project)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||