public class NewHTMLReportDataWriter
Modifiers | Name | Description |
---|---|---|
static String |
PART_NAME_FORMAT |
|
static String |
REPORT_DATA_FOLDER |
|
File |
outputDir |
|
boolean |
useSplitReportData |
|
Writer |
writer |
Constructor and description |
---|
NewHTMLReportDataWriter
(Writer writer, File outputDir, boolean useSplitReportData) |
Type Params | Return Type | Name and description |
---|---|---|
|
public void |
writePart(String part, String partKey) |
|
public void |
writePart(String part, String partKey, File outputFile) |
|
public void |
writePart(String part, String partKey, Writer writer) |
|
public void |
writePart(String part, String partKey, Writer writer, boolean isExternalScript) |