Uses of Class
org.specrunner.report.core.Resume

Packages that use Resume
org.specrunner.report.core   
 

Uses of Resume in org.specrunner.report.core
 

Fields in org.specrunner.report.core with type parameters of type Resume
protected  List<Resume> AbstractReport.resumes
          List of resume of results.
 

Methods in org.specrunner.report.core that return Resume
protected  Resume AbstractReport.createInstance(IResultSet result, Map<String,Object> model)
          Create a resume instance.
protected  Resume AbstractReport.createResume(IResultSet result, Map<String,Object> model)
          Create a resume of result.
 

Methods in org.specrunner.report.core that return types with arguments of type Resume
 Comparator<Resume> ReportPart.getComparator()
          Gets the comparator.
protected  List<Resume> AbstractReport.orderedList(List<Resume> list, Comparator<Resume> comparator)
          Creates a copy of the resume list.
 

Methods in org.specrunner.report.core with parameters of type Resume
 int TimeComparator.compare(Resume o1, Resume o2)
           
 int StatusComparator.compare(Resume o1, Resume o2)
           
 int IndexComparator.compare(Resume o1, Resume o2)
           
 

Method parameters in org.specrunner.report.core with type arguments of type Resume
protected  void ReporterTxt.dumpPart(SRServices services, String header, List<Resume> list)
           
protected abstract  void AbstractReport.dumpPart(SRServices services, String header, List<Resume> list)
          Dump the resume declaration.
protected  List<Resume> AbstractReport.orderedList(List<Resume> list, Comparator<Resume> comparator)
          Creates a copy of the resume list.
protected  List<Resume> AbstractReport.orderedList(List<Resume> list, Comparator<Resume> comparator)
          Creates a copy of the resume list.
 void ReportPart.setComparator(Comparator<Resume> comparator)
          Sets the header.
 

Constructor parameters in org.specrunner.report.core with type arguments of type Resume
ReportPart(String header, Comparator<Resume> comparator)
          Create a part.
 



Copyright © 2014. All rights reserved.