public class HTMLReportWriter extends Object implements VerifierReportWriter
| Modifier and Type | Field and Description |
|---|---|
protected ZipOutputStream |
zout |
| Constructor and Description |
|---|
HTMLReportWriter() |
| Modifier and Type | Method and Description |
|---|---|
void |
copyFile(String destination,
String filename) |
protected String |
formPage(String sourceFolder,
String content) |
void |
writeReport(OutputStream out,
VerifierReport result) |
protected void |
writeToFile(String fileName,
String text) |
protected ZipOutputStream zout
public void writeReport(OutputStream out, VerifierReport result) throws IOException
writeReport in interface VerifierReportWriterIOExceptionpublic void copyFile(String destination, String filename) throws IOException
IOExceptionprotected void writeToFile(String fileName, String text) throws IOException
IOExceptionCopyright © 2001–2018 JBoss by Red Hat. All rights reserved.