public abstract class ReportTool extends InputTool
| Constructor and Description |
|---|
ReportTool() |
| Modifier and Type | Method and Description |
|---|---|
void |
run(String[] args)
Runs the tool's logic for given parameters
|
protected void |
visit(org.jacoco.report.IReportVisitor visitor)
Lets a visitor visit the bundle
|
abstract void |
writeReport()
Write the report to the output
|
loadInputspublic File output
protected void visit(org.jacoco.report.IReportVisitor visitor)
throws IOException
visitor - Visitor to visit the bundleIOExceptionpublic abstract void writeReport()
Copyright © 2015. All rights reserved.