public class BatchReportReader extends Object
| Constructor and Description |
|---|
BatchReportReader(File dir) |
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.CpdTextBlock> readCpdTextBlocks(int componentRef)
public CloseableIterator<BatchReport.Symbol> readComponentSymbols(int componentRef)
public boolean hasSyntaxHighlighting(int componentRef)
public CloseableIterator<BatchReport.SyntaxHighlighting> readComponentSyntaxHighlighting(int fileRef)
public boolean hasCoverage(int componentRef)
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–2016 SonarSource. All rights reserved.