Package org.osgi.service.feature
Interface FeatureArtifact
@ProviderType
public interface FeatureArtifact
An Artifact is an entity with an ID, for use in extensions.
- "ThreadSafe"
-
Method Summary
-
Method Details
-
getID
ID getID()Get the artifact's ID.- Returns:
- The ID of this artifact.
-
getMetadata
Get the metadata for this artifact.- Returns:
- The metadata. The returned map is unmodifiable.
-