Package net.sf.statcvs.pages.xml
Class GenerateXml
- java.lang.Object
-
- net.sf.statcvs.pages.xml.GenerateXml
-
public class GenerateXml extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description GenerateXml(ReportConfig config)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
generate()
This method will invoke the classes which capture the data required to generate the xmls
-
-
-
Constructor Detail
-
GenerateXml
public GenerateXml(ReportConfig config)
- Parameters:
config
- Configuration and data for the report suite
-
-