public class BatchReportReader extends Object
| Constructor and Description |
|---|
BatchReportReader(File dir) |
| Modifier and Type | Method and Description |
|---|---|
BatchReport.Component |
readComponent(int componentRef) |
List<BatchReport.Issue> |
readComponentIssues(int componentRef) |
BatchReport.Issues |
readDeletedComponentIssues(int deletedComponentRef) |
BatchReport.Metadata |
readMetadata() |
public BatchReportReader(File dir)
public BatchReport.Metadata readMetadata()
public BatchReport.Component readComponent(int componentRef)
public List<BatchReport.Issue> readComponentIssues(int componentRef)
public BatchReport.Issues readDeletedComponentIssues(int deletedComponentRef)
Copyright © 2009–2015 SonarSource. All rights reserved.