org.intermine.web.logic.export.rowformatters
Class CSVRowFormatter

java.lang.Object
  extended by org.intermine.web.logic.export.RowFormatterImpl
      extended by org.intermine.web.logic.export.rowformatters.CSVRowFormatter
All Implemented Interfaces:
RowFormatter

public class CSVRowFormatter
extends RowFormatterImpl

Row formatter formats line as comma separated strings.


Constructor Summary
CSVRowFormatter()
          Constructor.
 
Method Summary
 
Methods inherited from class org.intermine.web.logic.export.RowFormatterImpl
format
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CSVRowFormatter

public CSVRowFormatter()
Constructor.