org.jboss.deployers.structure.spi.helpers
Class RevertedDeploymentContextComparator

java.lang.Object
  extended by org.jboss.deployers.structure.spi.helpers.RevertedDeploymentContextComparator
All Implemented Interfaces:
Serializable, Comparator<DeploymentContext>

public class RevertedDeploymentContextComparator
extends Object
implements Comparator<DeploymentContext>, Serializable

RevertedDeploymentContextComparator.

Author:
Ales Justin
See Also:
Serialized Form

Constructor Summary
RevertedDeploymentContextComparator(Comparator<DeploymentContext> comparator)
           
 
Method Summary
 int compare(DeploymentContext o1, DeploymentContext 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

RevertedDeploymentContextComparator

public RevertedDeploymentContextComparator(Comparator<DeploymentContext> comparator)
Method Detail

compare

public int compare(DeploymentContext o1,
                   DeploymentContext o2)
Specified by:
compare in interface Comparator<DeploymentContext>


Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.