Package org.eclipse.tycho.p2.resolver
Class ClassifiedArtifactKey
- java.lang.Object
-
- org.eclipse.tycho.p2.resolver.ClassifiedArtifactKey
-
public class ClassifiedArtifactKey extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description ArtifactKey
artifactKey
java.lang.String
classifier
-
Constructor Summary
Constructors Constructor Description ClassifiedArtifactKey(ArtifactKey key, java.lang.String classifier)
ClassifiedArtifactKey(IArtifactFacade artifact)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object obj)
int
hashCode()
-
-
-
Field Detail
-
artifactKey
public final ArtifactKey artifactKey
-
classifier
public final java.lang.String classifier
-
-
Constructor Detail
-
ClassifiedArtifactKey
public ClassifiedArtifactKey(ArtifactKey key, java.lang.String classifier)
-
ClassifiedArtifactKey
public ClassifiedArtifactKey(IArtifactFacade artifact)
-
-