Class LogXmlMaker


  • public class LogXmlMaker
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      LogXmlMaker​(ReportConfig config, java.util.Collection commits)
      Creates a new LogPageMaker.
    • Constructor Detail

      • LogXmlMaker

        public LogXmlMaker​(ReportConfig config,
                           java.util.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
        outputFormat -
    • Method Detail

      • getAnchor

        public static java.lang.String getAnchor​(SymbolicName tag)
      • getURL

        public static java.lang.String getURL​(java.util.Date date)
      • toFile

        public org.jdom.Element toFile()