Package net.sf.statcvs.pages.xml
Class LogXml
- java.lang.Object
-
- net.sf.statcvs.pages.xml.LogXml
-
public class LogXml extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description LogXml(ReportConfig config)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.jdom.Element
toFile()
returns jdom element which contains data extracted from the commit list of the repository
-
-
-
Constructor Detail
-
LogXml
public LogXml(ReportConfig config)
- Parameters:
config
- Configuration and data for the report suite
-
-