org.osgi.service.packageadmin |
|
Java Source File Name | Type | Comment |
ExportedPackage.java | Interface | An exported package.
Objects implementing this interface are created by the Package Admin service.
The term exported package refers to a package that has been exported
from a resolved bundle. |
PackageAdmin.java | Interface | 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. |
RequiredBundle.java | Interface | A required bundle.
Objects implementing this interface are created by the Package Admin service.
The term required bundle refers to a resolved bundle that has a
bundle symbolic name and is not a fragment. |