Uses of Interface
org.apache.ivy.plugins.latest.ArtifactInfo
Packages that use ArtifactInfo
Package
Description
-
Uses of ArtifactInfo in org.apache.ivy.ant
Classes in org.apache.ivy.ant that implement ArtifactInfo -
Uses of ArtifactInfo in org.apache.ivy.core.module.descriptor
Subinterfaces of ArtifactInfo in org.apache.ivy.core.module.descriptorModifier and TypeInterfaceDescriptioninterface
Descriptor of a module.interface
Marker interface for module descriptor of a module in a workspace, then having special semantics, like artifacts declared by the resolver rather than the descriptorClasses in org.apache.ivy.core.module.descriptor that implement ArtifactInfoModifier and TypeClassDescriptionclass
class
-
Uses of ArtifactInfo in org.apache.ivy.osgi.core
Fields in org.apache.ivy.osgi.core with type parameters of type ArtifactInfoModifier and TypeFieldDescriptionprivate final Comparator<ArtifactInfo>
OsgiLatestStrategy.artifactInfoComparator
Methods in org.apache.ivy.osgi.core with parameters of type ArtifactInfoModifier and TypeMethodDescriptionint
OsgiLatestStrategy.ArtifactInfoComparator.compare
(ArtifactInfo o1, ArtifactInfo o2) private ModuleRevisionId
OsgiLatestStrategy.ArtifactInfoComparator.getImplMrid
(ArtifactInfo o) -
Uses of ArtifactInfo in org.apache.ivy.plugins.conflict
Classes in org.apache.ivy.plugins.conflict that implement ArtifactInfoModifier and TypeClassDescriptionprotected static final class
Methods in org.apache.ivy.plugins.conflict that return ArtifactInfoModifier and TypeMethodDescriptionprotected ArtifactInfo[]
LatestConflictManager.toArtifactInfo
(Collection<IvyNode> conflicts) -
Uses of ArtifactInfo in org.apache.ivy.plugins.latest
Fields in org.apache.ivy.plugins.latest with type parameters of type ArtifactInfoModifier and TypeFieldDescriptionprivate final Comparator<ArtifactInfo>
LatestRevisionStrategy.artifactInfoComparator
private Comparator<ArtifactInfo>
ComparatorLatestStrategy.comparator
private static final Comparator<ArtifactInfo>
LatestLexicographicStrategy.COMPARATOR
Compares two revisions.private static final Comparator<ArtifactInfo>
LatestTimeStrategy.COMPARATOR
Methods in org.apache.ivy.plugins.latest that return ArtifactInfoModifier and TypeMethodDescriptionAbstractLatestStrategy.findLatest
(ArtifactInfo[] infos, Date date) LatestStrategy.findLatest
(ArtifactInfo[] infos, Date date) Finds the latest artifact among the given artifacts info.Methods in org.apache.ivy.plugins.latest that return types with arguments of type ArtifactInfoModifier and TypeMethodDescriptionComparatorLatestStrategy.getComparator()
ComparatorLatestStrategy.sort
(ArtifactInfo[] infos) LatestStrategy.sort
(ArtifactInfo[] infos) Sorts the given artifacts info from the oldest one to the latest one.WorkspaceLatestStrategy.sort
(ArtifactInfo[] infos) Methods in org.apache.ivy.plugins.latest with parameters of type ArtifactInfoModifier and TypeMethodDescriptionint
LatestRevisionStrategy.ArtifactInfoComparator.compare
(ArtifactInfo o1, ArtifactInfo o2) AbstractLatestStrategy.findLatest
(ArtifactInfo[] infos, Date date) LatestStrategy.findLatest
(ArtifactInfo[] infos, Date date) Finds the latest artifact among the given artifacts info.ComparatorLatestStrategy.sort
(ArtifactInfo[] infos) LatestStrategy.sort
(ArtifactInfo[] infos) Sorts the given artifacts info from the oldest one to the latest one.WorkspaceLatestStrategy.sort
(ArtifactInfo[] infos) Method parameters in org.apache.ivy.plugins.latest with type arguments of type ArtifactInfoModifier and TypeMethodDescriptionvoid
ComparatorLatestStrategy.setComparator
(Comparator<ArtifactInfo> comparator) Constructor parameters in org.apache.ivy.plugins.latest with type arguments of type ArtifactInfo -
Uses of ArtifactInfo in org.apache.ivy.plugins.parser.m2
Classes in org.apache.ivy.plugins.parser.m2 that implement ArtifactInfo -
Uses of ArtifactInfo in org.apache.ivy.plugins.resolver
Classes in org.apache.ivy.plugins.resolver that implement ArtifactInfo -
Uses of ArtifactInfo in org.apache.ivy.plugins.resolver.util
Classes in org.apache.ivy.plugins.resolver.util that implement ArtifactInfo -
Uses of ArtifactInfo in org.apache.ivy.plugins.version
Classes in org.apache.ivy.plugins.version that implement ArtifactInfo