Uses of Interface
org.apache.ivy.plugins.latest.ArtifactInfo
-
-
Uses of ArtifactInfo in org.apache.ivy.ant
Classes in org.apache.ivy.ant that implement ArtifactInfo Modifier and Type Class Description static classIvyBuildNumber.ResolvedModuleRevisionArtifactInfo -
Uses of ArtifactInfo in org.apache.ivy.core.module.descriptor
Subinterfaces of ArtifactInfo in org.apache.ivy.core.module.descriptor Modifier and Type Interface Description interfaceModuleDescriptorDescriptor of a module.interfaceWorkspaceModuleDescriptorMarker 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 ArtifactInfo Modifier and Type Class Description classDefaultModuleDescriptorclassDefaultWorkspaceModuleDescriptor -
Uses of ArtifactInfo in org.apache.ivy.osgi.core
Fields in org.apache.ivy.osgi.core with type parameters of type ArtifactInfo Modifier and Type Field Description private java.util.Comparator<ArtifactInfo>OsgiLatestStrategy. artifactInfoComparatorMethods in org.apache.ivy.osgi.core with parameters of type ArtifactInfo Modifier and Type Method Description intOsgiLatestStrategy.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 ArtifactInfo Modifier and Type Class Description protected static classLatestConflictManager.IvyNodeArtifactInfoMethods in org.apache.ivy.plugins.conflict that return ArtifactInfo Modifier and Type Method Description protected ArtifactInfo[]LatestConflictManager. toArtifactInfo(java.util.Collection<IvyNode> conflicts) -
Uses of ArtifactInfo in org.apache.ivy.plugins.latest
Fields in org.apache.ivy.plugins.latest with type parameters of type ArtifactInfo Modifier and Type Field Description private java.util.Comparator<ArtifactInfo>LatestRevisionStrategy. artifactInfoComparatorprivate java.util.Comparator<ArtifactInfo>ComparatorLatestStrategy. comparatorprivate static java.util.Comparator<ArtifactInfo>LatestLexicographicStrategy. COMPARATORCompares two revisions.private static java.util.Comparator<ArtifactInfo>LatestTimeStrategy. COMPARATORMethods in org.apache.ivy.plugins.latest that return ArtifactInfo Modifier and Type Method Description ArtifactInfoAbstractLatestStrategy. findLatest(ArtifactInfo[] infos, java.util.Date date)ArtifactInfoLatestStrategy. findLatest(ArtifactInfo[] infos, java.util.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 ArtifactInfo Modifier and Type Method Description java.util.Comparator<ArtifactInfo>ComparatorLatestStrategy. getComparator()java.util.List<ArtifactInfo>ComparatorLatestStrategy. sort(ArtifactInfo[] infos)java.util.List<ArtifactInfo>LatestStrategy. sort(ArtifactInfo[] infos)Sorts the given artifacts info from the oldest one to the latest one.java.util.List<ArtifactInfo>WorkspaceLatestStrategy. sort(ArtifactInfo[] infos)Methods in org.apache.ivy.plugins.latest with parameters of type ArtifactInfo Modifier and Type Method Description intLatestRevisionStrategy.ArtifactInfoComparator. compare(ArtifactInfo o1, ArtifactInfo o2)ArtifactInfoAbstractLatestStrategy. findLatest(ArtifactInfo[] infos, java.util.Date date)ArtifactInfoLatestStrategy. findLatest(ArtifactInfo[] infos, java.util.Date date)Finds the latest artifact among the given artifacts info.java.util.List<ArtifactInfo>ComparatorLatestStrategy. sort(ArtifactInfo[] infos)java.util.List<ArtifactInfo>LatestStrategy. sort(ArtifactInfo[] infos)Sorts the given artifacts info from the oldest one to the latest one.java.util.List<ArtifactInfo>WorkspaceLatestStrategy. sort(ArtifactInfo[] infos)Method parameters in org.apache.ivy.plugins.latest with type arguments of type ArtifactInfo Modifier and Type Method Description voidComparatorLatestStrategy. setComparator(java.util.Comparator<ArtifactInfo> comparator)Constructor parameters in org.apache.ivy.plugins.latest with type arguments of type ArtifactInfo Constructor Description ComparatorLatestStrategy(java.util.Comparator<ArtifactInfo> comparator) -
Uses of ArtifactInfo in org.apache.ivy.plugins.parser.m2
Classes in org.apache.ivy.plugins.parser.m2 that implement ArtifactInfo Modifier and Type Class Description static classPomModuleDescriptorBuilder.PomModuleDescriptor -
Uses of ArtifactInfo in org.apache.ivy.plugins.resolver
Classes in org.apache.ivy.plugins.resolver that implement ArtifactInfo Modifier and Type Class Description static classChainResolver.ResolvedModuleRevisionArtifactInfo -
Uses of ArtifactInfo in org.apache.ivy.plugins.resolver.util
Classes in org.apache.ivy.plugins.resolver.util that implement ArtifactInfo Modifier and Type Class Description classMDResolvedResourceclassResolvedResource -
Uses of ArtifactInfo in org.apache.ivy.plugins.version
Classes in org.apache.ivy.plugins.version that implement ArtifactInfo Modifier and Type Class Description private classVersionRangeMatcher.MRIDArtifactInfo
-