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 TypeInterfaceDescriptioninterfaceDescriptor of a module.interfaceMarker 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 TypeClassDescriptionclassclass -
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.artifactInfoComparatorMethods in org.apache.ivy.osgi.core with parameters of type ArtifactInfoModifier and TypeMethodDescriptionintOsgiLatestStrategy.ArtifactInfoComparator.compare(ArtifactInfo o1, ArtifactInfo o2) private ModuleRevisionIdOsgiLatestStrategy.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 classMethods 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.artifactInfoComparatorprivate Comparator<ArtifactInfo>ComparatorLatestStrategy.comparatorprivate static final Comparator<ArtifactInfo>LatestLexicographicStrategy.COMPARATORCompares two revisions.private static final Comparator<ArtifactInfo>LatestTimeStrategy.COMPARATORMethods 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 TypeMethodDescriptionintLatestRevisionStrategy.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 TypeMethodDescriptionvoidComparatorLatestStrategy.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