Uses of Interface
org.apache.ivy.plugins.latest.LatestStrategy
-
-
Uses of LatestStrategy in org.apache.ivy.core.settings
Fields in org.apache.ivy.core.settings declared as LatestStrategy Modifier and Type Field Description private LatestStrategyIvySettings. defaultLatestStrategyFields in org.apache.ivy.core.settings with type parameters of type LatestStrategy Modifier and Type Field Description private java.util.Map<java.lang.String,LatestStrategy>IvySettings. latestStrategiesMethods in org.apache.ivy.core.settings that return LatestStrategy Modifier and Type Method Description LatestStrategyIvySettings. getDefaultLatestStrategy()LatestStrategyIvySettings. getLatestStrategy(java.lang.String name)Methods in org.apache.ivy.core.settings with parameters of type LatestStrategy Modifier and Type Method Description voidIvySettings. addConfigured(LatestStrategy latest)voidIvySettings. addLatestStrategy(java.lang.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 Modifier and Type Class Description classOsgiLatestStrategy -
Uses of LatestStrategy in org.apache.ivy.plugins.conflict
Fields in org.apache.ivy.plugins.conflict declared as LatestStrategy Modifier and Type Field Description private LatestStrategyLatestConflictManager. strategyMethods in org.apache.ivy.plugins.conflict that return LatestStrategy Modifier and Type Method Description LatestStrategyLatestConflictManager. getStrategy()Methods in org.apache.ivy.plugins.conflict with parameters of type LatestStrategy Modifier and Type Method Description voidLatestConflictManager. setStrategy(LatestStrategy strategy)Constructors in org.apache.ivy.plugins.conflict with parameters of type LatestStrategy Constructor Description LatestCompatibleConflictManager(java.lang.String name, LatestStrategy strategy)LatestConflictManager(java.lang.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 LatestStrategy Modifier and Type Class Description classAbstractLatestStrategyclassComparatorLatestStrategyclassLatestLexicographicStrategyclassLatestRevisionStrategyclassLatestTimeStrategyclassWorkspaceLatestStrategyA 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 LatestStrategy Modifier and Type Field Description private LatestStrategyWorkspaceLatestStrategy. delegateConstructors in org.apache.ivy.plugins.latest with parameters of type LatestStrategy Constructor Description WorkspaceLatestStrategy(LatestStrategy delegate) -
Uses of LatestStrategy in org.apache.ivy.plugins.resolver
Fields in org.apache.ivy.plugins.resolver declared as LatestStrategy Modifier and Type Field Description private LatestStrategyAbstractResolver. latestStrategyThe latest strategy to use to find latest among several artifactsMethods in org.apache.ivy.plugins.resolver that return LatestStrategy Modifier and Type Method Description LatestStrategyResolverSettings. getDefaultLatestStrategy()private static LatestStrategyChainResolver. getLatest(DependencyResolver resolver)LatestStrategyAbstractResolver. getLatestStrategy()LatestStrategyResolverSettings. getLatestStrategy(java.lang.String latestStrategyName)private LatestStrategyChainResolver. setLatestIfRequired(DependencyResolver resolver, LatestStrategy latestStrategy)Methods in org.apache.ivy.plugins.resolver with parameters of type LatestStrategy Modifier and Type Method Description private 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 LatestStrategy Modifier and Type Method Description LatestStrategyHasLatestStrategy. getLatestStrategy()Methods in org.apache.ivy.plugins.resolver.util with parameters of type LatestStrategy Modifier and Type Method Description voidHasLatestStrategy. setLatestStrategy(LatestStrategy latestStrategy) -
Uses of LatestStrategy in org.apache.ivy.plugins.version
Fields in org.apache.ivy.plugins.version declared as LatestStrategy Modifier and Type Field Description private LatestStrategyVersionRangeMatcher. latestStrategyMethods in org.apache.ivy.plugins.version that return LatestStrategy Modifier and Type Method Description LatestStrategyVersionRangeMatcher. getLatestStrategy()Methods in org.apache.ivy.plugins.version with parameters of type LatestStrategy Modifier and Type Method Description voidVersionRangeMatcher. setLatestStrategy(LatestStrategy latestStrategy)Constructors in org.apache.ivy.plugins.version with parameters of type LatestStrategy Constructor Description VersionRangeMatcher(java.lang.String name, LatestStrategy strategy)
-