| Package | Description |
|---|---|
| org.apache.felix.framework | |
| org.osgi.service.packageadmin |
Package Admin Package Version 1.2.
|
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
ExportedPackageImpl |
| Modifier and Type | Method and Description |
|---|---|
ExportedPackage |
PackageAdminImpl.getExportedPackage(java.lang.String name)
Returns the exported package associated with the specified
package name.
|
(package private) ExportedPackage[] |
Felix.getExportedPackages(Bundle b)
Returns an array of all actively exported packages from the specified
bundle or if the specified bundle is null an array
containing all actively exported packages by all bundles.
|
ExportedPackage[] |
PackageAdminImpl.getExportedPackages(Bundle bundle)
Returns the packages exported by the specified bundle.
|
(package private) ExportedPackage[] |
Felix.getExportedPackages(java.lang.String pkgName)
Returns the exported packages associated with the specified
package name.
|
ExportedPackage[] |
PackageAdminImpl.getExportedPackages(java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
ExportedPackage |
PackageAdmin.getExportedPackage(java.lang.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(java.lang.String name)
Deprecated.
Gets the exported packages for the specified package name.
|