public abstract class AbstractLocTableReport
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
SORT_BY_LINES
Sort the authors table by lines of code
|
static int |
SORT_BY_NAME
Sort the authors table by name
|
Constructor and Description |
---|
AbstractLocTableReport(ReportConfig config)
Constructor
|
Modifier and Type | Method and Description |
---|---|
protected void |
calculateChangesAndLinesPerDeveloper(java.util.Collection revs) |
protected void |
calculateChangesAndLinesPerDirectory(java.util.Collection revisions) |
protected Table |
createChangesAndLinesTable(GenericColumn keys,
GenericColumn keys2,
java.lang.String summary) |
protected IntegerMap |
getChangesMap() |
protected Repository |
getContent() |
int |
getDeveloperCount() |
protected IntegerMap |
getLinesMap() |
public static final int SORT_BY_NAME
public static final int SORT_BY_LINES
public AbstractLocTableReport(ReportConfig config)
content
- render table on specified contentprotected void calculateChangesAndLinesPerDeveloper(java.util.Collection revs)
protected void calculateChangesAndLinesPerDirectory(java.util.Collection revisions)
protected Table createChangesAndLinesTable(GenericColumn keys, GenericColumn keys2, java.lang.String summary)
protected Repository getContent()
protected IntegerMap getChangesMap()
protected IntegerMap getLinesMap()
public int getDeveloperCount()