public class JacocoReportReader extends Object
| Constructor and Description |
|---|
JacocoReportReader(File jacocoExecutionData) |
| Modifier and Type | Method and Description |
|---|---|
org.jacoco.core.analysis.CoverageBuilder |
analyzeFiles(org.jacoco.core.data.ExecutionDataStore executionDataStore,
Collection<File> classFiles)
Caller must guarantee that
classFiles are actually class file. |
JacocoReportReader |
readJacocoReport(org.jacoco.core.data.IExecutionDataVisitor executionDataVisitor,
org.jacoco.core.data.ISessionInfoVisitor sessionInfoStore)
Read JaCoCo report determining the format to be used.
|
boolean |
useCurrentBinaryFormat() |
public JacocoReportReader readJacocoReport(org.jacoco.core.data.IExecutionDataVisitor executionDataVisitor, org.jacoco.core.data.ISessionInfoVisitor sessionInfoStore)
executionDataVisitor - visitor to store execution data.sessionInfoStore - visitor to store info session.IOException - in case of error or binary format not supported.public boolean useCurrentBinaryFormat()
public org.jacoco.core.analysis.CoverageBuilder analyzeFiles(org.jacoco.core.data.ExecutionDataStore executionDataStore,
Collection<File> classFiles)
classFiles are actually class file.Copyright © 2010–2015 SonarSource. All rights reserved.