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 VerifierReportWriter
IOException
public void copyFile(String destination, String filename) throws IOException
IOException
protected void writeToFile(String fileName, String text) throws IOException
IOException
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.