Class StringTableExporter
- java.lang.Object
-
- org.intermine.web.logic.export.string.StringTableExporter
-
public class StringTableExporter extends java.lang.ObjectSimple exporter exporting table of strings. Format depends at given rowFormatter.- Author:
- Jakub Kulaviak
-
-
Constructor Summary
Constructors Constructor Description StringTableExporter(java.io.PrintWriter writer, RowFormatter rowFormatter)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexport(java.util.List<java.util.List<java.lang.String>> rows)Perform export.
-
-
-
Constructor Detail
-
StringTableExporter
public StringTableExporter(java.io.PrintWriter writer, RowFormatter rowFormatter)Constructor.- Parameters:
writer- used writerrowFormatter- object formatting row from list of objects (in this case strings) to string flushed as line
-
-