Package net.sf.statcvs.pages
Class CommitLogPageMaker
- java.lang.Object
-
- net.sf.statcvs.pages.CommitLogPageMaker
-
public class CommitLogPageMaker extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description CommitLogPageMaker(ReportConfig config, int year, int month, java.util.Collection commits, boolean firstLogPage)
Creates a new LogPageMaker.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static java.lang.String
getAnchor(SymbolicName tag)
static java.lang.String
getURL(java.util.Date date)
NavigationNode
toFile()
-
-
-
Constructor Detail
-
CommitLogPageMaker
public CommitLogPageMaker(ReportConfig config, int year, int month, java.util.Collection commits, boolean firstLogPage)
Creates a new LogPageMaker.- Parameters:
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
-
-
-
Method Detail
-
getAnchor
public static java.lang.String getAnchor(SymbolicName tag)
-
getURL
public static java.lang.String getURL(java.util.Date date)
-
toFile
public NavigationNode toFile()
-
-