|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.statcvs.reports.LargestFilesTableReport
public class LargestFilesTableReport
Table report for a table containing the files with most lines of code
Constructor Summary | |
---|---|
LargestFilesTableReport(ReportConfig config,
java.util.SortedSet files,
int maxRows)
Creates a table containing the largest files 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 LargestFilesTableReport(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 |