Class ModuleArtifactRepository.ModuleArtifactComparableDescriptor
- java.lang.Object
-
- org.eclipse.equinox.p2.repository.artifact.spi.ArtifactDescriptor
-
- org.eclipse.tycho.repository.module.ModuleArtifactRepository.ModuleArtifactComparableDescriptor
-
- All Implemented Interfaces:
org.eclipse.equinox.p2.metadata.expression.IMemberProvider
,org.eclipse.equinox.p2.repository.artifact.IArtifactDescriptor
- Enclosing class:
- ModuleArtifactRepository
private static class ModuleArtifactRepository.ModuleArtifactComparableDescriptor extends org.eclipse.equinox.p2.repository.artifact.spi.ArtifactDescriptor
An artifact descriptor that can be compared withModuleArtifactRepository.ModuleArtifactDescriptor
. Unlike the latter, this type does not need to have Maven coordinate properties. (The Maven coordinates are not relevant for equals and hashCode.)
-
-
Constructor Summary
Constructors Constructor Description ModuleArtifactComparableDescriptor(org.eclipse.equinox.p2.repository.artifact.IArtifactDescriptor descriptor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object obj)
-