net.firstpartners.nounit.report
Class CallsReport

java.lang.Object
  |
  +--net.firstpartners.nounit.report.AbstractReport
        |
        +--net.firstpartners.nounit.report.SimpleReport
              |
              +--net.firstpartners.nounit.report.CallsReport
All Implemented Interfaces:
IReport

public class CallsReport
extends SimpleReport


Field Summary
static java.lang.String classMustExtend
           
 
Fields inherited from class net.firstpartners.nounit.report.SimpleReport
OUTPUT_FILE, XSLT_REPORT
 
Constructor Summary
CallsReport()
           
 
Method Summary
 void makeReport(CommandPackage inPackage)
          Transform the XML using JDOM , then call - uses Xalan (XML->HTML convertor)
 
Methods inherited from class net.firstpartners.nounit.report.AbstractReport
transformFile
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

classMustExtend

public static final java.lang.String classMustExtend
Constructor Detail

CallsReport

public CallsReport()
Method Detail

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 using JDOM , then call - uses Xalan (XML->HTML convertor)
Overrides:
makeReport in class SimpleReport
Parameters:
inPackage - - CommandPackage with required parameters
Throws:
javax.xml.transform.TransformerException -  
javax.xml.transform.TransformerConfigurationException -  
java.io.IOException -  
java.io.FileNotFoundException -