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 SummaryConstructors Constructor Description StringTableExporter(java.io.PrintWriter writer, RowFormatter rowFormatter)Constructor.
 - 
Method SummaryAll 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- 
StringTableExporterpublic StringTableExporter(java.io.PrintWriter writer, RowFormatter rowFormatter)Constructor.- Parameters:
- writer- used writer
- rowFormatter- object formatting row from list of objects (in this case strings) to string flushed as line
 
 
- 
 
-