Package org.apache.ivy.osgi.core
Class OsgiLatestStrategy.ArtifactInfoComparator
- java.lang.Object
-
- org.apache.ivy.osgi.core.OsgiLatestStrategy.ArtifactInfoComparator
-
- All Implemented Interfaces:
java.util.Comparator<ArtifactInfo>
- Enclosing class:
- OsgiLatestStrategy
final class OsgiLatestStrategy.ArtifactInfoComparator extends java.lang.Object implements java.util.Comparator<ArtifactInfo>
-
-
Constructor Summary
Constructors Constructor Description ArtifactInfoComparator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compare(ArtifactInfo o1, ArtifactInfo o2)
private ModuleRevisionId
getImplMrid(ArtifactInfo o)
-
-
-
Method Detail
-
compare
public int compare(ArtifactInfo o1, ArtifactInfo o2)
- Specified by:
compare
in interfacejava.util.Comparator<ArtifactInfo>
-
getImplMrid
private ModuleRevisionId getImplMrid(ArtifactInfo o)
-
-