public class LargestFilesTableReport extends java.lang.Object implements TableReport
| Constructor and Description |
|---|
LargestFilesTableReport(ReportConfig config,
java.util.SortedSet files,
int maxRows)
Creates a table containing the largest files from a file list
|
| Modifier and Type | Method and Description |
|---|---|
void |
calculate()
Calculates the report from the source data.
|
Table |
getTable()
Returns the table data model.
|
public LargestFilesTableReport(ReportConfig config, java.util.SortedSet files, int maxRows)
files - a SortedSet of
VersionedFilesmaxRows - the maximum number of files displayed in the tablepublic void calculate()
TableReportcalculate in interface TableReportTableReport.calculate()public Table getTable()
TableReportgetTable in interface TableReportTableReport.getTable()