com.xebialabs.deployit.plugin.cloud.step.plan
Class StepOrderComparator

java.lang.Object
  extended by com.xebialabs.deployit.plugin.cloud.step.plan.StepOrderComparator
All Implemented Interfaces:
java.util.Comparator<com.xebialabs.deployit.plugin.api.flow.Step>

public class StepOrderComparator
extends java.lang.Object
implements java.util.Comparator<com.xebialabs.deployit.plugin.api.flow.Step>


Constructor Summary
StepOrderComparator()
           
 
Method Summary
 int compare(com.xebialabs.deployit.plugin.api.flow.Step o1, com.xebialabs.deployit.plugin.api.flow.Step o2)
           
 
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

StepOrderComparator

public StepOrderComparator()
Method Detail

compare

public int compare(com.xebialabs.deployit.plugin.api.flow.Step o1,
                   com.xebialabs.deployit.plugin.api.flow.Step o2)
Specified by:
compare in interface java.util.Comparator<com.xebialabs.deployit.plugin.api.flow.Step>