net.firstpartners.nounit.report
Interface IReport
- All Known Implementing Classes:
- AbstractReport
- public interface IReport
Designates classes which generate the reports from the XML
(the XML itself decribes the Java source / byte code)
makeReport
public void makeReport(CommandPackage inPackage)
throws javax.xml.transform.TransformerException,
javax.xml.transform.TransformerConfigurationException,
java.io.IOException,
java.io.FileNotFoundException,
NoUnitException
- Transform the XML into the required reports
- Parameters:
inPackage - - CommandPackage with required parameters- Throws:
javax.xml.transform.TransformerException - javax.xml.transform.TransformerConfigurationException - java.io.IOException - java.io.FileNotFoundException - NoUnitException -