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 |
|---|---|
java.lang.String |
getClassifier()
Returns the classifier for this artifact key.
|
java.lang.String |
getId()
Returns the id for this artifact key.
|
Version |
getVersion()
Returns the version for this artifact key.
|
java.lang.String |
toExternalForm()
Returns the canonical string form of this artifact key.
|
java.lang.String getClassifier()
java.lang.String getId()
getId in interface IVersionedIdVersion getVersion()
getVersion in interface IVersionedIdjava.lang.String toExternalForm()
Copyright (c) 2000, 2018 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.