接口 | 说明 |
---|---|
ExportedPackage | 已过时
The PackageAdmin service has been replaced by the
org.osgi.framework.wiring package. |
PackageAdmin | 已过时
This service has been replaced by the
org.osgi.framework.wiring package. |
RequiredBundle | 已过时
The PackageAdmin service has been replaced by the
org.osgi.framework.wiring package. |
Deprecated.
This package is deprecated and has been replaced by the
org.osgi.framework.wiring
package.
Bundles wishing to use this package must list the package in the Import-Package header of the bundle's manifest.
Example import for consumers using the API in this package:
Import-Package: org.osgi.service.packageadmin; version="[1.2,2.0)"