TableReportpublic class ModuleTableReport extends java.lang.Object implements TableReport
| Constructor | Description |
|---|---|
ModuleTableReport(Repository content) |
Creates a table report containing all modules and their
respective number of changes and LOC.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
calculate() |
Calculates the report from the source data.
|
Table |
getTable() |
Returns the table data model.
|
public ModuleTableReport(Repository content)
content - the version control source datapublic void calculate()
TableReportcalculate in interface TableReportpublic Table getTable()
TableReportgetTable in interface TableReport