Class TableExporter
java.lang.Object
com.brsanthu.dataexporter.DataExporter
com.complexible.common.dataexporter.TableExporter
public class TableExporter
extends com.brsanthu.dataexporter.DataExporter
TextTable exporter with predefined settings and bug fixes.
- Author:
- Evren Sirin
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classFixes a bug in TextTableWriter where right intersection was used in every place a right left intersection was supposed to be used. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.brsanthu.dataexporter.output.texttable.TextTableExportOptionsMethods inherited from class com.brsanthu.dataexporter.DataExporter
addBeanRows, addBeanRows, addColumn, addColumns, addRow, addRows, finishExporting, getCallback, getDataWriter, setCallback, setOutputStream, startExporting
-
Constructor Details
-
TableExporter
-
-
Method Details
-
getOptions
public com.brsanthu.dataexporter.output.texttable.TextTableExportOptions getOptions()- Overrides:
getOptionsin classcom.brsanthu.dataexporter.DataExporter
-