Class WebSphereResourceComparator
- java.lang.Object
-
- org.codehaus.cargo.container.websphere.util.WebSphereResourceComparator
-
- All Implemented Interfaces:
Comparator<Resource>
public class WebSphereResourceComparator extends Object implements Comparator<Resource>
Comparator evaluating resources according to order which they should be created in.
-
-
Constructor Summary
Constructors Constructor Description WebSphereResourceComparator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compare(Resource firstResource, Resource secondResource)
-
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, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
-
-
-
Method Detail
-
compare
public int compare(Resource firstResource, Resource secondResource)
- Specified by:
compare
in interfaceComparator<Resource>
-
-