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 class
IvyBuildNumber.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 interface
ModuleDescriptor
Descriptor of a module.interface
WorkspaceModuleDescriptor
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 ArtifactInfo Modifier and Type Class Description class
DefaultModuleDescriptor
class
DefaultWorkspaceModuleDescriptor
-
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. artifactInfoComparator
Methods in org.apache.ivy.osgi.core with parameters of type ArtifactInfo Modifier and Type Method Description int
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 ArtifactInfo Modifier and Type Class Description protected static class
LatestConflictManager.IvyNodeArtifactInfo
Methods 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. artifactInfoComparator
private java.util.Comparator<ArtifactInfo>
ComparatorLatestStrategy. comparator
private static java.util.Comparator<ArtifactInfo>
LatestLexicographicStrategy. COMPARATOR
Compares two revisions.private static java.util.Comparator<ArtifactInfo>
LatestTimeStrategy. COMPARATOR
Methods in org.apache.ivy.plugins.latest that return ArtifactInfo Modifier and Type Method Description ArtifactInfo
AbstractLatestStrategy. findLatest(ArtifactInfo[] infos, java.util.Date date)
ArtifactInfo
LatestStrategy. 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 int
LatestRevisionStrategy.ArtifactInfoComparator. compare(ArtifactInfo o1, ArtifactInfo o2)
ArtifactInfo
AbstractLatestStrategy. findLatest(ArtifactInfo[] infos, java.util.Date date)
ArtifactInfo
LatestStrategy. 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 void
ComparatorLatestStrategy. 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 class
PomModuleDescriptorBuilder.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 class
ChainResolver.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 class
MDResolvedResource
class
ResolvedResource
-
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 class
VersionRangeMatcher.MRIDArtifactInfo
-