public class BatchReportReader extends Object
| Constructor and Description |
|---|
BatchReportReader(File dir) |
| Modifier and Type | Method and Description |
|---|---|
FileStructure |
getFileStructure() |
boolean |
hasSyntaxHighlighting(int componentRef) |
CloseableIterator<BatchReport.ActiveRule> |
readActiveRules() |
BatchReport.Changesets |
readChangesets(int componentRef) |
BatchReport.Component |
readComponent(int componentRef) |
CloseableIterator<BatchReport.Coverage> |
readComponentCoverage(int fileRef) |
CloseableIterator<BatchReport.Duplication> |
readComponentDuplications(int componentRef) |
CloseableIterator<BatchReport.Issue> |
readComponentIssues(int componentRef) |
CloseableIterator<BatchReport.Measure> |
readComponentMeasures(int componentRef) |
CloseableIterator<BatchReport.Symbol> |
readComponentSymbols(int componentRef) |
CloseableIterator<BatchReport.SyntaxHighlighting> |
readComponentSyntaxHighlighting(int fileRef) |
File |
readCoverageDetails(int testFileRef) |
File |
readFileSource(int fileRef) |
BatchReport.Metadata |
readMetadata() |
File |
readTests(int testFileRef) |
public BatchReportReader(File dir)
public BatchReport.Metadata readMetadata()
public CloseableIterator<BatchReport.ActiveRule> readActiveRules()
public CloseableIterator<BatchReport.Measure> readComponentMeasures(int componentRef)
@CheckForNull public BatchReport.Changesets readChangesets(int componentRef)
public BatchReport.Component readComponent(int componentRef)
public CloseableIterator<BatchReport.Issue> readComponentIssues(int componentRef)
public CloseableIterator<BatchReport.Duplication> readComponentDuplications(int componentRef)
public CloseableIterator<BatchReport.Symbol> readComponentSymbols(int componentRef)
public boolean hasSyntaxHighlighting(int componentRef)
public CloseableIterator<BatchReport.SyntaxHighlighting> readComponentSyntaxHighlighting(int fileRef)
public CloseableIterator<BatchReport.Coverage> readComponentCoverage(int fileRef)
@CheckForNull public File readFileSource(int fileRef)
@CheckForNull public File readTests(int testFileRef)
@CheckForNull public File readCoverageDetails(int testFileRef)
public FileStructure getFileStructure()
Copyright © 2009–2015 SonarSource. All rights reserved.