org.apache.geronimo.gbuild.report
Class SummaryReportLoader

java.lang.Object
  extended byorg.apache.geronimo.gbuild.report.SummaryReportLoader

public class SummaryReportLoader
extends Object

Version:
$Rev: 331903 $ $Date$

Constructor Summary
SummaryReportLoader(File reportsDir, boolean newResult, ReportFileLocator reportFileLocator)
           
SummaryReportLoader(Set reportFiles, boolean newResult, ReportFileLocator reportFileLocator)
           
 
Method Summary
 SortedSet loadTestCases()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SummaryReportLoader

public SummaryReportLoader(Set reportFiles,
                           boolean newResult,
                           ReportFileLocator reportFileLocator)

SummaryReportLoader

public SummaryReportLoader(File reportsDir,
                           boolean newResult,
                           ReportFileLocator reportFileLocator)
Method Detail

loadTestCases

public SortedSet loadTestCases()
                        throws Exception
Throws:
Exception


Copyright © 2005-2006 Apache Software Foundation. All Rights Reserved.