net.sf.statcvs.reports

Class FilesWithMostRevisionsTableReport

Implemented Interfaces:
TableReport

public class FilesWithMostRevisionsTableReport
extends Object
implements TableReport

Table report for a table containing the files with most changes
Version:
$Id: FilesWithMostRevisionsTableReport.java,v 1.7 2008/04/02 11:22:15 benoitx Exp $
Author:
Richard Cyganiak

Constructor Summary

FilesWithMostRevisionsTableReport(ReportConfig config, SortedSet files, int maxRows)
Creates a table containing the files with most changes from a file list

Method Summary

void
calculate()
Table
getTable()

Constructor Details

FilesWithMostRevisionsTableReport

public FilesWithMostRevisionsTableReport(ReportConfig config,
                                         SortedSet files,
                                         int maxRows)
Creates a table containing the files with most changes from a file list
Parameters:
files - a SortedSet of VersionedFiles
maxRows - the maximum number of files displayed in the table

Method Details

calculate

public void calculate()
Specified by:
calculate in interface TableReport

getTable

public Table getTable()
Specified by:
getTable in interface TableReport