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

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

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

RelativeDeploymentContextComparator.

Author:
Ales Justin
See Also:
Serialized Form

Field Summary
static RelativeDeploymentContextComparator INSTANCE
          The singleton
 
Constructor Summary
RelativeDeploymentContextComparator()
           
 
Method Summary
 int compare(DeploymentContext o1, DeploymentContext o2)
           
static Comparator<DeploymentContext> getInstance()
           
 
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
 

Field Detail

INSTANCE

public static final RelativeDeploymentContextComparator INSTANCE
The singleton

Constructor Detail

RelativeDeploymentContextComparator

public RelativeDeploymentContextComparator()
Method Detail

compare

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

getInstance

public static Comparator<DeploymentContext> getInstance()


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