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 TypeMethodDescriptionvoidIvySettings.addConfigured(LatestStrategy latest) voidIvySettings.addLatestStrategy(String name, LatestStrategy latest) voidIvySettings.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 TypeMethodDescriptionvoidLatestConflictManager.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 TypeClassDescriptionclassclassclassclassclassclassA 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 LatestStrategyAbstractResolver.latestStrategyThe latest strategy to use to find latest among several artifactsMethods in org.apache.ivy.plugins.resolver that return LatestStrategyModifier and TypeMethodDescriptionResolverSettings.getDefaultLatestStrategy()private static LatestStrategyChainResolver.getLatest(DependencyResolver resolver) AbstractResolver.getLatestStrategy()ResolverSettings.getLatestStrategy(String latestStrategyName) private LatestStrategyChainResolver.setLatestIfRequired(DependencyResolver resolver, LatestStrategy latestStrategy) Methods in org.apache.ivy.plugins.resolver with parameters of type LatestStrategyModifier and TypeMethodDescriptionprivate static voidChainResolver.setLatest(DependencyResolver resolver, LatestStrategy latest) private LatestStrategyChainResolver.setLatestIfRequired(DependencyResolver resolver, LatestStrategy latestStrategy) voidAbstractResolver.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 TypeMethodDescriptionvoidHasLatestStrategy.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 TypeMethodDescriptionvoidVersionRangeMatcher.setLatestStrategy(LatestStrategy latestStrategy) Constructors in org.apache.ivy.plugins.version with parameters of type LatestStrategy