Package net.sf.statcvs.pages.xml
Class AllDevelopersXml
- java.lang.Object
-
- net.sf.statcvs.pages.xml.AllDevelopersXml
-
public class AllDevelopersXml extends java.lang.Object
- Version:
- $Id: AllDevelopersXml.java,v 1.2 2008/04/02 11:22:16 benoitx Exp $ This is the class which generates the developer information of the xml report
- Author:
- Nilendra Weerasinghe (nilendraw@gmail.com)
-
-
Constructor Summary
Constructors Constructor Description AllDevelopersXml(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 DeveloeprsTableReport
-
-
-
Constructor Detail
-
AllDevelopersXml
public AllDevelopersXml(ReportConfig config)
- Parameters:
config
- Configuration and data for the report suite
-
-