Package | Description |
---|---|
org.apache.felix.framework | |
org.eclipse.osgi.framework.internal.core | |
org.osgi.service.packageadmin |
Package Admin Package Version 1.2.
|
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 | Class and Description |
---|---|
class |
ExportedPackageImpl
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ExportedPackage |
PackageAdminImpl.getExportedPackage(String name) |
ExportedPackage[] |
PackageAdminImpl.getExportedPackages(Bundle 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 © 2007–2018 The Apache Software Foundation. All rights reserved.