Package org.osgi.service.obr
Interface CapabilityProvider
-
public interface CapabilityProvider
This service interface allows third parties to provide capabilities that are present on the system but not encoded in the bundle's manifests. For example, a capability provider could provide:- A Set of certificates
- Dimensions of the screen
- Amount of memory
- ...
- Version:
- $Revision: 1.3 $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Capability[]
getCapabilities()
Return a set of capabilities.
-
-
-
Method Detail
-
getCapabilities
Capability[] getCapabilities()
Return a set of capabilities. These capabilities are considered part of the platform. Bundles can require these capabilities during selection. All capabilities from different providers are considered part of the platform.- Returns:
- Set of capabilities
-
-