public class JacocoReportReader extends Object
| Constructor | Description |
|---|---|
JacocoReportReader(File jacocoExecutionData) |
| Modifier and Type | Method | 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.
|
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 org.jacoco.core.analysis.CoverageBuilder analyzeFiles(org.jacoco.core.data.ExecutionDataStore executionDataStore,
Collection<File> classFiles)
classFiles are actually class file.Copyright © 2010–2018 SonarSource. All rights reserved.