net.sf.statcvs.reports
public class LargestFilesTableReport extends Object implements TableReport
Constructor and Description |
---|
LargestFilesTableReport(ReportConfig config,
SortedSet files,
int maxRows)
Creates a table containing the largest files from a file list
|
public LargestFilesTableReport(ReportConfig config, SortedSet files, int maxRows)
files
- a SortedSet of
VersionedFile
smaxRows
- the maximum number of files displayed in the tablepublic void calculate()
TableReport
calculate
in interface TableReport
TableReport.calculate()
public Table getTable()
TableReport
getTable
in interface TableReport
TableReport.getTable()