public interface IArtifactKey extends IVersionedId
Artifact keys represent both a unique opaque identifier as well as structured and standardised pieces of information.
Modifier and Type | Method and Description |
---|---|
String |
getClassifier()
Returns the classifier for this artifact key.
|
String |
getId()
Returns the id for this artifact key.
|
Version |
getVersion()
Returns the version for this artifact key.
|
String |
toExternalForm()
Returns the canonical string form of this artifact key.
|
String getClassifier()
String getId()
getId
in interface IVersionedId
Version getVersion()
getVersion
in interface IVersionedId
String toExternalForm()
Copyright (c) 2000, 2018 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.