Package org.osgi.service.feature
Interface FeatureArtifact
-
@ProviderType public interface FeatureArtifact
An Artifact is an entity with an ID, for use in extensions.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ID
getID()
Get the artifact's ID.java.util.Map<java.lang.String,java.lang.Object>
getMetadata()
Get the metadata for this artifact.
-
-
-
Method Detail
-
getID
ID getID()
Get the artifact's ID.- Returns:
- The ID of this artifact.
-
getMetadata
java.util.Map<java.lang.String,java.lang.Object> getMetadata()
Get the metadata for this artifact.- Returns:
- The metadata. The returned map is unmodifiable.
-
-