public class DefaultArtifactKey extends Object implements ArtifactKey
Constructor and Description |
---|
DefaultArtifactKey(String type,
String id,
String version) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getId()
Eclipse/OSGi artifact id.
|
String |
getType()
Artifact type.
|
String |
getVersion()
Eclipse/OSGi artifact version.
|
int |
hashCode() |
String |
toString() |
public String getType()
ArtifactKey
ArtifactType
constants.getType
in interface ArtifactKey
ProjectType
public String getId()
getId
in interface ArtifactKey
public String getVersion()
getVersion
in interface ArtifactKey
Copyright © 2008–2017 Eclipse Foundation. All rights reserved.