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()
ArtifactKeyArtifactType constants.getType in interface ArtifactKeyProjectTypepublic String getId()
getId in interface ArtifactKeypublic String getVersion()
getVersion in interface ArtifactKeyCopyright © 2008–2019 Eclipse Foundation. All rights reserved.