Package org.osgi.service.feature
Interface FeatureBundle
-
@ProviderType public interface FeatureBundleA Bundle which is part of a feature.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IDgetID()Get the bundle's ID.java.util.Map<java.lang.String,java.lang.Object>getMetadata()Get the metadata for this bundle.
-
-
-
Method Detail
-
getID
ID getID()
Get the bundle's ID.- Returns:
- The ID of this bundle.
-
getMetadata
java.util.Map<java.lang.String,java.lang.Object> getMetadata()
Get the metadata for this bundle.- Returns:
- The metadata. The returned map is unmodifiable.
-
-