public class ReportTask.CSVFormatterElement extends Object
| Constructor and Description |
|---|
CSVFormatterElement() |
| Modifier and Type | Method and Description |
|---|---|
IReportVisitor |
createVisitor() |
void |
setDestfile(File destfile)
Sets the output file for the report.
|
void |
setEncoding(String encoding)
Sets the output encoding for generated XML file.
|
public void setDestfile(File destfile)
destfile - output filepublic IReportVisitor createVisitor() throws IOException
IOExceptionpublic void setEncoding(String encoding)
encoding - output encodingCopyright © 2024. All rights reserved.