Interface ID
@ProviderType
public interface ID
ID used to denote an artifact. This could be a feature model, a bundle which
is part of the feature model or some other artifact.
Artifact IDs follow the Maven convention of having:
- A group ID
- An artifact ID
- A version
- A type identifier (optional)
- A classifier (optional)
-
Field Summary
Fields -
Method Summary
-
Field Details
-
FEATURE_ID_TYPE
-
-
Method Details
-
getGroupId
-
getArtifactId
-
getVersion
-
getType
-
getClassifier
-
toString
-