Uses of Class
org.apache.ivy.plugins.latest.AbstractLatestStrategy
-
Packages that use AbstractLatestStrategy Package Description org.apache.ivy.osgi.core org.apache.ivy.plugins.latest -
-
Uses of AbstractLatestStrategy in org.apache.ivy.osgi.core
Subclasses of AbstractLatestStrategy in org.apache.ivy.osgi.core Modifier and Type Class Description class
OsgiLatestStrategy
-
Uses of AbstractLatestStrategy in org.apache.ivy.plugins.latest
Subclasses of AbstractLatestStrategy in org.apache.ivy.plugins.latest Modifier and Type Class Description class
ComparatorLatestStrategy
class
LatestLexicographicStrategy
class
LatestRevisionStrategy
class
LatestTimeStrategy
class
WorkspaceLatestStrategy
A strategy which delegate to another strategy, unless for the latest and working revisions which are considered as superior to any other revision.
-