net.sf.statcvs.pages

Class LogPageMaker


public class LogPageMaker
extends Object

Constructor Summary

LogPageMaker(ReportConfig config, int year, int month, Collection commits)
Creates a new LogPageMaker.

Method Summary

static String
getAnchor(SymbolicName tag)
static String
getURL(Date date)
NavigationNode
toFile()

Constructor Details

LogPageMaker

public LogPageMaker(ReportConfig config,
                    int year,
                    int month,
                    Collection commits)
Creates a new LogPageMaker.
Parameters:
year - The log page's year
month - The log page's month (0 for January)
commits - A list of commits; those not in the right month will be ignored

Method Details

getAnchor

public static String getAnchor(SymbolicName tag)

getURL

public static String getURL(Date date)

toFile

public NavigationNode toFile()