public class ReportFileReader extends Object implements Closeable
| Constructor and Description |
|---|
ReportFileReader(File file,
ReportFormat format) |
ReportFileReader(String filePath,
ReportFormat format) |
public ReportFileReader(String filePath, ReportFormat format) throws IOException, XMLStreamException
IOExceptionXMLStreamExceptionpublic ReportFileReader(File file, ReportFormat format) throws IOException, XMLStreamException
IOExceptionXMLStreamExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableIOExceptionpublic Report getReport()
public String getReportFilePath() throws IOException
IOExceptionCopyright © 2024. All rights reserved.