Package org.apache.ivy.osgi.core
Class OsgiLatestStrategy
java.lang.Object
org.apache.ivy.plugins.latest.AbstractLatestStrategy
org.apache.ivy.plugins.latest.ComparatorLatestStrategy
org.apache.ivy.osgi.core.OsgiLatestStrategy
- All Implemented Interfaces:
LatestStrategy
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) final class
(package private) final class
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Comparator<ArtifactInfo>
private final Comparator<ModuleRevisionId>
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.ivy.plugins.latest.ComparatorLatestStrategy
getComparator, setComparator, sort
Methods inherited from class org.apache.ivy.plugins.latest.AbstractLatestStrategy
findLatest, getName, setName, toString
-
Field Details
-
mridComparator
-
artifactInfoComparator
-
-
Constructor Details
-
OsgiLatestStrategy
public OsgiLatestStrategy()
-