Package io.quarkus.domino
Class ArtifactCoordsComparator
- java.lang.Object
-
- io.quarkus.domino.ArtifactCoordsComparator
-
- All Implemented Interfaces:
Comparator<io.quarkus.maven.dependency.ArtifactCoords>
public class ArtifactCoordsComparator extends Object implements Comparator<io.quarkus.maven.dependency.ArtifactCoords>
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompare(io.quarkus.maven.dependency.ArtifactCoords o1, io.quarkus.maven.dependency.ArtifactCoords o2)static ArtifactCoordsComparatorgetInstance()-
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
-
getInstance
public static ArtifactCoordsComparator getInstance()
-
compare
public int compare(io.quarkus.maven.dependency.ArtifactCoords o1, io.quarkus.maven.dependency.ArtifactCoords o2)- Specified by:
comparein interfaceComparator<io.quarkus.maven.dependency.ArtifactCoords>
-
-