Package org.osgi.service.packageadmin
package org.osgi.service.packageadmin
Package Admin Package Version 1.2.
Bundles wishing to use this package must list the package in the Import-Package header of the bundle's manifest. For example:
Import-Package: org.osgi.service.packageadmin; version="[1.2,2.0)"
-
InterfacesClassDescriptionAn exported package.Framework service which allows bundle programmers to inspect the package wiring state of bundles in the Framework as well as other functions related to the class loader network among bundles.A required bundle.