@ProviderType public interface ID
Artifact IDs follow the Maven convention of having:
Modifier and Type | Field and Description |
---|---|
static String |
FEATURE_ID_TYPE
ID type for use with Features.
|
Modifier and Type | Method and Description |
---|---|
String |
getArtifactId()
Get the artifact ID.
|
Optional<String> |
getClassifier()
Get the classifier.
|
String |
getGroupId()
Get the group ID.
|
Optional<String> |
getType()
Get the type identifier.
|
String |
getVersion()
Get the version.
|
String |
toString()
This method returns the ID using the following syntax:
|
static final String FEATURE_ID_TYPE
Copyright © Contributors to the Eclipse Foundation Licensed under the Eclipse Foundation Specification License – v1.0