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 Classes Modifier and Type Class Description static class
TableExporter.FixedTextTableWriter
Fixes a bug in TextTableWriter where right intersection was used in every place a right left intersection was supposed to be used.
-
Constructor Summary
Constructors Constructor Description TableExporter(java.io.OutputStream theOut)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.brsanthu.dataexporter.output.texttable.TextTableExportOptions
getOptions()
-