public class XmlReport extends Report
reportHeader| Constructor and Description |
|---|
XmlReport(File xmlFile) |
XmlReport(FileInputStream xmlFileInputStream) |
XmlReport(String xmlFilePath) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
Iterable<ReportRecord> |
getReportRecords() |
getLastCompletedAvailableDate, getPotentialIncompleteData, getReportAggregation, getReportColumns, getReportName, getReportRecordCount, getReportTimeEnd, getReportTimeStartpublic XmlReport(File xmlFile) throws XMLStreamException, FileNotFoundException
public XmlReport(String xmlFilePath) throws XMLStreamException, FileNotFoundException
public XmlReport(FileInputStream xmlFileInputStream) throws XMLStreamException
XMLStreamExceptionpublic Iterable<ReportRecord> getReportRecords()
getReportRecords in class Reportpublic void close()
Copyright © 2024. All rights reserved.