JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
org.osgi.service.feature
FeatureBundle
Contents
Description
Method Summary
Method Details
getID()
getMetadata()
Hide sidebar
Show sidebar
Interface FeatureBundle
@ProviderType
public interface
FeatureBundle
A Bundle which is part of a feature.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
ID
getID
()
Get the bundle's ID.
Map
<
String
,
Object
>
getMetadata
()
Get the metadata for this bundle.
Method Details
getID
ID
getID
()
Get the bundle's ID.
Returns:
The ID of this bundle.
getMetadata
Map
<
String
,
Object
>
getMetadata
()
Get the metadata for this bundle.
Returns:
The metadata. The returned map is unmodifiable.