Uses of Interface
org.osgi.service.packageadmin.ExportedPackage

Packages that use ExportedPackage
org.osgi.service.packageadmin   
 

Uses of ExportedPackage in org.osgi.service.packageadmin
 

Methods in org.osgi.service.packageadmin that return ExportedPackage
 ExportedPackage PackageAdmin.getExportedPackage(java.lang.String name)
          Gets the exported package for the specified package name.
 ExportedPackage[] PackageAdmin.getExportedPackages(Bundle bundle)
          Gets the exported packages for the specified bundle.
 ExportedPackage[] PackageAdmin.getExportedPackages(java.lang.String name)
          Gets the exported packages for the specified package name.