public class ReportFileWriter extends Object
Handles report file creation and generates the HTML report file name
| Constructor and Description |
|---|
ReportFileWriter() |
| Modifier and Type | Method and Description |
|---|---|
void |
copyFile(String originPath,
File destination) |
String |
getHtmlFileName(String resourceName) |
void |
writeToFile(File file,
String content) |
public void writeToFile(File file, String content) throws IOException
IOExceptionpublic void copyFile(String originPath, File destination) throws IOException
IOExceptionCopyright © 2019. All rights reserved.