Uses of Class
com.commsen.stopwatch.util.ReportComparator

Packages that use ReportComparator
com.commsen.stopwatch   
com.commsen.stopwatch.util   
 

Uses of ReportComparator in com.commsen.stopwatch
 

Methods in com.commsen.stopwatch with parameters of type ReportComparator
static Report[] Stopwatch.getAllByGroupReports(ReportComparator comparator)
           
static Report[] Stopwatch.getAllByLabelReports(ReportComparator comparator)
           
static Report[] Stopwatch.getAllReports(ReportComparator comparator)
          Generates an array of reports which contains exactly 1 element for each combination of group and label If there is no enough data to produce reports, this method returns null
static Report[] Stopwatch.getGroupReports(java.lang.String group, ReportComparator comparator)
          Generates an array of reports which contains exactly 1 element for each group If there is no enough data to produce the report, this method returns null
static Report[] Stopwatch.getLabelReports(java.lang.String label, ReportComparator comparator)
          Generates an array of reports which contains exactly 1 element for each label If there is no enough data to produce the report, this method returns null
 

Uses of ReportComparator in com.commsen.stopwatch.util
 

Fields in com.commsen.stopwatch.util declared as ReportComparator
static ReportComparator ReportComparator.BY_AVG_TIME_ASC
           
static ReportComparator ReportComparator.BY_AVG_TIME_DESC
           
static ReportComparator ReportComparator.BY_COUNT_ASC
           
static ReportComparator ReportComparator.BY_COUNT_DESC
           
static ReportComparator ReportComparator.BY_GROUP_ASC
           
static ReportComparator ReportComparator.BY_GROUP_DESC
           
static ReportComparator ReportComparator.BY_LABEL_ASC
           
static ReportComparator ReportComparator.BY_LABEL_DESC
           
static ReportComparator ReportComparator.BY_MAX_TIME_ASC
           
static ReportComparator ReportComparator.BY_MAX_TIME_DESC
           
static ReportComparator ReportComparator.BY_MIN_TIME_ASC
           
static ReportComparator ReportComparator.BY_MIN_TIME_DESC
           
static ReportComparator ReportComparator.BY_TOTAL_TIME_ASC
           
static ReportComparator ReportComparator.BY_TOTAL_TIME_DESC
           
 



Copyright © 2006-2008 Commsen International. All Rights Reserved.