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