interface ReportWriter
Represents the interface of an object that can write out a report
Type Params | Return Type | Name and description |
---|---|---|
|
abstract void |
writeReport(AnalysisContext analysisContext, Results results) Write out a report for the specified analysis results |
Write out a report for the specified analysis results
analysisContext
- - the AnalysisContext containing the analysis configuration informationresults
- - the analysis results