Uses of Interface
net.sf.jmd.report.IReport

Packages that use IReport
net.sf.jmd   
net.sf.jmd.communicate   
net.sf.jmd.evaluation   
net.sf.jmd.evaluation.impl   
net.sf.jmd.report   
net.sf.jmd.report.impl   
 

Uses of IReport in net.sf.jmd
 

Methods in net.sf.jmd that return IReport
 IReport MoDi.evaluate()
           
 

Methods in net.sf.jmd with parameters of type IReport
 void MoDi.communicate(IReport report)
           
 void MoDi.report(IReport report, MoDi.ReportStyle reportStyle)
           
 

Uses of IReport in net.sf.jmd.communicate
 

Methods in net.sf.jmd.communicate that return IReport
 IReport Communicator.setUpTestReport()
           
 

Methods in net.sf.jmd.communicate with parameters of type IReport
 void Communicator.communicate(IReport report)
           
 

Uses of IReport in net.sf.jmd.evaluation
 

Methods in net.sf.jmd.evaluation that return IReport
 IReport IComparator.evaluate()
           
 

Uses of IReport in net.sf.jmd.evaluation.impl
 

Methods in net.sf.jmd.evaluation.impl that return IReport
 IReport Comparator.evaluate()
          Evaluates all known Checks in the order they have been added.
 

Uses of IReport in net.sf.jmd.report
 

Methods in net.sf.jmd.report with parameters of type IReport
 void IReporter.report(IReport report)
           
 

Uses of IReport in net.sf.jmd.report.impl
 

Classes in net.sf.jmd.report.impl that implement IReport
 class Report
           
 

Methods in net.sf.jmd.report.impl with parameters of type IReport
 java.lang.StringBuffer XMLReporter.getReportAsXML(IReport report)
          Returns the XML representation of a report.
 void XMLReporter.report(IReport report)
          Generates the XML representation of the given report and writes it to the file configured with "MoDi.XMLReportFile.Name".
 void TerminalReporter.report(IReport report)
           
 void JupiterReporter.report(IReport report)
           
 void HTMLReporter.report(IReport report)
           
 



Copyright © 2007-2010. All Rights Reserved.