public class CommitLogPageMaker
extends java.lang.Object
Constructor | Description |
---|---|
CommitLogPageMaker(ReportConfig config,
int year,
int month,
java.util.Collection commits,
boolean firstLogPage) |
Creates a new LogPageMaker.
|
Modifier and Type | Method | Description |
---|---|---|
static java.lang.String |
getAnchor(SymbolicName tag) |
|
static java.lang.String |
getURL(java.util.Date date) |
|
NavigationNode |
toFile() |
public CommitLogPageMaker(ReportConfig config, int year, int month, java.util.Collection commits, boolean firstLogPage)
year
- The log page's yearmonth
- The log page's month (0 for January)commits
- A list of commits; those not in the
right month will be ignoredoutputFormat
- public static java.lang.String getAnchor(SymbolicName tag)
public static java.lang.String getURL(java.util.Date date)
public NavigationNode toFile()