Package org.osgi.service.feature
Interface FeatureBundle
@ProviderType
public interface FeatureBundle
A Bundle which is part of a feature.
- "ThreadSafe"
-
Method Summary
-
Method Details
-
getID
ID getID()Get the bundle's ID.- Returns:
- The ID of this bundle.
-
getMetadata
Get the metadata for this bundle.- Returns:
- The metadata. The returned map is unmodifiable.
-