Package | Description |
---|---|
org.apache.felix.framework | |
org.osgi.service.packageadmin |
Modifier and Type | Method and Description |
---|---|
ExportedPackage |
PackageAdminImpl.getExportedPackage(String name)
Returns the exported package associated with the specified
package name.
|
ExportedPackage[] |
PackageAdminImpl.getExportedPackages(Bundle bundle)
Returns the packages exported by the specified bundle.
|
ExportedPackage[] |
PackageAdminImpl.getExportedPackages(String name) |
Modifier and Type | Method and Description |
---|---|
ExportedPackage |
PackageAdmin.getExportedPackage(String name)
Deprecated.
Gets the exported package for the specified package name.
|
ExportedPackage[] |
PackageAdmin.getExportedPackages(Bundle bundle)
Deprecated.
Gets the exported packages for the specified bundle.
|
ExportedPackage[] |
PackageAdmin.getExportedPackages(String name)
Deprecated.
Gets the exported packages for the specified package name.
|
Copyright © 2006-2015 The Apache Software Foundation. All Rights Reserved.