net.sf.statcvs.reports

Class DevelopersOfTheMonthTable

Implemented Interfaces:
TableReport

public class DevelopersOfTheMonthTable
extends Object
implements TableReport

Table report which creates a table containing the names of all developers, their LOC contributions and number of changes.
Version:
$Id: DevelopersTableReport.java,v 1.1 2006/12/08 16:19:25 cyganiak Exp $
Author:
Anja Jentzsch (anja@anjeve.de)

Constructor Summary

DevelopersOfTheMonthTable(ReportConfig config)
Creates a table report containing all authors, their number of changes and LOC contributions.

Method Summary

void
calculate()
Table
getTable()

Constructor Details

DevelopersOfTheMonthTable

public DevelopersOfTheMonthTable(ReportConfig config)
Creates a table report containing all authors, their number of changes and LOC contributions.
Parameters:

Method Details

calculate

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

getTable

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