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 LatestStrategy
IvySettings. defaultLatestStrategy
Fields 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. latestStrategies
Methods in org.apache.ivy.core.settings that return LatestStrategy Modifier and Type Method Description LatestStrategy
IvySettings. getDefaultLatestStrategy()
LatestStrategy
IvySettings. getLatestStrategy(java.lang.String name)
Methods in org.apache.ivy.core.settings with parameters of type LatestStrategy Modifier and Type Method Description void
IvySettings. addConfigured(LatestStrategy latest)
void
IvySettings. addLatestStrategy(java.lang.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 Modifier and Type Class Description class
OsgiLatestStrategy
-
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 LatestStrategy
LatestConflictManager. strategy
Methods in org.apache.ivy.plugins.conflict that return LatestStrategy Modifier and Type Method Description LatestStrategy
LatestConflictManager. getStrategy()
Methods in org.apache.ivy.plugins.conflict with parameters of type LatestStrategy Modifier and Type Method Description void
LatestConflictManager. 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 class
AbstractLatestStrategy
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.Fields in org.apache.ivy.plugins.latest declared as LatestStrategy Modifier and Type Field Description private LatestStrategy
WorkspaceLatestStrategy. delegate
Constructors 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 LatestStrategy
AbstractResolver. latestStrategy
The latest strategy to use to find latest among several artifactsMethods in org.apache.ivy.plugins.resolver that return LatestStrategy Modifier and Type Method Description LatestStrategy
ResolverSettings. getDefaultLatestStrategy()
private static LatestStrategy
ChainResolver. getLatest(DependencyResolver resolver)
LatestStrategy
AbstractResolver. getLatestStrategy()
LatestStrategy
ResolverSettings. getLatestStrategy(java.lang.String latestStrategyName)
private LatestStrategy
ChainResolver. setLatestIfRequired(DependencyResolver resolver, LatestStrategy latestStrategy)
Methods in org.apache.ivy.plugins.resolver with parameters of type LatestStrategy Modifier and Type Method Description private 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 LatestStrategy Modifier and Type Method Description LatestStrategy
HasLatestStrategy. getLatestStrategy()
Methods in org.apache.ivy.plugins.resolver.util with parameters of type LatestStrategy Modifier and Type Method Description void
HasLatestStrategy. 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 LatestStrategy
VersionRangeMatcher. latestStrategy
Methods in org.apache.ivy.plugins.version that return LatestStrategy Modifier and Type Method Description LatestStrategy
VersionRangeMatcher. getLatestStrategy()
Methods in org.apache.ivy.plugins.version with parameters of type LatestStrategy Modifier and Type Method Description void
VersionRangeMatcher. setLatestStrategy(LatestStrategy latestStrategy)
Constructors in org.apache.ivy.plugins.version with parameters of type LatestStrategy Constructor Description VersionRangeMatcher(java.lang.String name, LatestStrategy strategy)
-