Uses of Interface
org.apache.ivy.plugins.latest.LatestStrategy
Packages that use LatestStrategy
Package
Description
-
Uses of LatestStrategy in org.apache.ivy.core.settings
Fields in org.apache.ivy.core.settings declared as LatestStrategyFields in org.apache.ivy.core.settings with type parameters of type LatestStrategyMethods in org.apache.ivy.core.settings that return LatestStrategyModifier and TypeMethodDescriptionIvySettings.getDefaultLatestStrategy()
IvySettings.getLatestStrategy
(String name) Methods in org.apache.ivy.core.settings with parameters of type LatestStrategyModifier and TypeMethodDescriptionvoid
IvySettings.addConfigured
(LatestStrategy latest) void
IvySettings.addLatestStrategy
(String name, LatestStrategy latest) void
IvySettings.setDefaultLatestStrategy
(LatestStrategy defaultLatestStrategy) -
Uses of LatestStrategy in org.apache.ivy.osgi.core
Classes in org.apache.ivy.osgi.core that implement LatestStrategy -
Uses of LatestStrategy in org.apache.ivy.plugins.conflict
Fields in org.apache.ivy.plugins.conflict declared as LatestStrategyMethods in org.apache.ivy.plugins.conflict that return LatestStrategyMethods in org.apache.ivy.plugins.conflict with parameters of type LatestStrategyModifier and TypeMethodDescriptionvoid
LatestConflictManager.setStrategy
(LatestStrategy strategy) Constructors in org.apache.ivy.plugins.conflict with parameters of type LatestStrategyModifierConstructorDescriptionLatestCompatibleConflictManager
(String name, LatestStrategy strategy) LatestConflictManager
(String name, LatestStrategy strategy) LatestConflictManager
(LatestStrategy strategy) -
Uses of LatestStrategy in org.apache.ivy.plugins.latest
Classes in org.apache.ivy.plugins.latest that implement LatestStrategyModifier and TypeClassDescriptionclass
class
class
class
class
class
A strategy which delegate to another strategy, unless for the latest and working revisions which are considered as superior to any other revision.Fields in org.apache.ivy.plugins.latest declared as LatestStrategyConstructors in org.apache.ivy.plugins.latest with parameters of type LatestStrategy -
Uses of LatestStrategy in org.apache.ivy.plugins.resolver
Fields in org.apache.ivy.plugins.resolver declared as LatestStrategyModifier and TypeFieldDescriptionprivate LatestStrategy
AbstractResolver.latestStrategy
The latest strategy to use to find latest among several artifactsMethods in org.apache.ivy.plugins.resolver that return LatestStrategyModifier and TypeMethodDescriptionResolverSettings.getDefaultLatestStrategy()
private static LatestStrategy
ChainResolver.getLatest
(DependencyResolver resolver) AbstractResolver.getLatestStrategy()
ResolverSettings.getLatestStrategy
(String latestStrategyName) private LatestStrategy
ChainResolver.setLatestIfRequired
(DependencyResolver resolver, LatestStrategy latestStrategy) Methods in org.apache.ivy.plugins.resolver with parameters of type LatestStrategyModifier and TypeMethodDescriptionprivate static void
ChainResolver.setLatest
(DependencyResolver resolver, LatestStrategy latest) private LatestStrategy
ChainResolver.setLatestIfRequired
(DependencyResolver resolver, LatestStrategy latestStrategy) void
AbstractResolver.setLatestStrategy
(LatestStrategy latestStrategy) -
Uses of LatestStrategy in org.apache.ivy.plugins.resolver.util
Methods in org.apache.ivy.plugins.resolver.util that return LatestStrategyMethods in org.apache.ivy.plugins.resolver.util with parameters of type LatestStrategyModifier and TypeMethodDescriptionvoid
HasLatestStrategy.setLatestStrategy
(LatestStrategy latestStrategy) -
Uses of LatestStrategy in org.apache.ivy.plugins.version
Fields in org.apache.ivy.plugins.version declared as LatestStrategyMethods in org.apache.ivy.plugins.version that return LatestStrategyMethods in org.apache.ivy.plugins.version with parameters of type LatestStrategyModifier and TypeMethodDescriptionvoid
VersionRangeMatcher.setLatestStrategy
(LatestStrategy latestStrategy) Constructors in org.apache.ivy.plugins.version with parameters of type LatestStrategy