public class BatchReportWriter extends Object
| Constructor and Description |
|---|
BatchReportWriter(File dir) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasComponentData(FileStructure.Domain domain,
int componentRef) |
void |
writeComponent(BatchReport.Component component) |
void |
writeComponentIssues(int componentRef,
Iterable<BatchReport.Issue> issues) |
void |
writeDeletedComponentIssues(int componentRef,
String componentUuid,
Iterable<BatchReport.Issue> issues)
Issues on components which have been deleted are stored in another location.
|
void |
writeMetadata(BatchReport.Metadata metadata)
Metadata is mandatory
|
public BatchReportWriter(File dir)
public boolean hasComponentData(FileStructure.Domain domain, int componentRef)
public void writeMetadata(BatchReport.Metadata metadata)
public void writeComponent(BatchReport.Component component)
public void writeComponentIssues(int componentRef, Iterable<BatchReport.Issue> issues)
public void writeDeletedComponentIssues(int componentRef, String componentUuid, Iterable<BatchReport.Issue> issues)
Copyright © 2009–2015 SonarSource. All rights reserved.