org.jacoco.report.csv
Interface ICsvColumn

All Known Implementing Classes:
BundleColumn, ClassColumn, GroupColumn, PackageColumn

public interface ICsvColumn

Column in a CSV report

Version:
$Revision: $
Author:
Brock Janiczak

Method Summary
 void writeContents(DelimitedWriter writer)
          Writes the contents of the column
 

Method Detail

writeContents

void writeContents(DelimitedWriter writer)
                   throws IOException
Writes the contents of the column

Parameters:
writer - Writer to write column data though
Throws:
IOException - Thrown if there is any error writing the column data