public class CSVFormatter extends Object
Constructor and Description |
---|
CSVFormatter() |
Modifier and Type | Method and Description |
---|---|
IReportVisitor |
createVisitor(OutputStream output)
Creates a new visitor to write a report to the given stream.
|
ILanguageNames |
getLanguageNames()
Returns the language names call-back used in this report.
|
void |
setLanguageNames(ILanguageNames languageNames)
Sets the implementation for language name display.
|
void |
setOutputEncoding(String outputEncoding)
Sets the encoding used for generated CSV document.
|
public void setLanguageNames(ILanguageNames languageNames)
languageNames
- converter for language specific namespublic ILanguageNames getLanguageNames()
public void setOutputEncoding(String outputEncoding)
outputEncoding
- CSV output encodingpublic IReportVisitor createVisitor(OutputStream output) throws IOException
output
- output stream to write the report toIOException
- in case of problems with the output streamCopyright © 2023. All rights reserved.