|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.statcvs.reports.FilesWithMostRevisionsTableReport
Table report for a table containing the files with most changes
Constructor Summary | |
FilesWithMostRevisionsTableReport(ReportConfig config,
java.util.SortedSet files,
int maxRows)
Creates a table containing the files with most changes from a file list |
Method Summary | |
void |
calculate()
Calculates the report from the source data. |
Table |
getTable()
Returns the table data model. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public FilesWithMostRevisionsTableReport(ReportConfig config, java.util.SortedSet files, int maxRows)
files
- a SortedSet of
VersionedFile
smaxRows
- the maximum number of files displayed in the tableMethod Detail |
public void calculate()
TableReport
calculate
in interface TableReport
TableReport.calculate()
public Table getTable()
TableReport
getTable
in interface TableReport
TableReport.getTable()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |