org.sonar.server.startup
Class RegisterNewDashboards.DashboardComparator

java.lang.Object
  extended by org.sonar.server.startup.RegisterNewDashboards.DashboardComparator
All Implemented Interfaces:
Comparator<DashboardDto>
Enclosing class:
RegisterNewDashboards

protected static class RegisterNewDashboards.DashboardComparator
extends Object
implements Comparator<DashboardDto>


Constructor Summary
protected RegisterNewDashboards.DashboardComparator()
           
 
Method Summary
 int compare(DashboardDto d1, DashboardDto d2)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Comparator
equals
 

Constructor Detail

RegisterNewDashboards.DashboardComparator

protected RegisterNewDashboards.DashboardComparator()
Method Detail

compare

public int compare(DashboardDto d1,
                   DashboardDto d2)
Specified by:
compare in interface Comparator<DashboardDto>


Copyright © 2009-2012 SonarSource. All Rights Reserved.