Uses of Interface
org.osgi.service.packageadmin.ExportedPackage
Packages that use ExportedPackage
Package
Description
Package Admin Package Version 1.2.
-
Uses of ExportedPackage in org.apache.felix.framework
Methods in org.apache.felix.framework that return ExportedPackageModifier and TypeMethodDescriptionPackageAdminImpl.getExportedPackage
(String name) Returns the exported package associated with the specified package name.PackageAdminImpl.getExportedPackages
(String name) PackageAdminImpl.getExportedPackages
(Bundle bundle) Returns the packages exported by the specified bundle. -
Uses of ExportedPackage in org.osgi.service.packageadmin
Methods in org.osgi.service.packageadmin that return ExportedPackageModifier and TypeMethodDescriptionPackageAdmin.getExportedPackage
(String name) Deprecated.Gets the exported package for the specified package name.PackageAdmin.getExportedPackages
(String name) Deprecated.Gets the exported packages for the specified package name.PackageAdmin.getExportedPackages
(Bundle bundle) Deprecated.Gets the exported packages for the specified bundle.