Uses of Interface
org.osgi.service.packageadmin.ExportedPackage
-
Packages that use ExportedPackage Package Description org.apache.felix.framework org.osgi.service.packageadmin Package Admin Package Version 1.2. -
-
Uses of ExportedPackage in org.apache.felix.framework
Classes in org.apache.felix.framework that implement ExportedPackage Modifier and Type Class Description (package private) class
ExportedPackageImpl
Methods in org.apache.felix.framework that return ExportedPackage Modifier and Type Method Description ExportedPackage
PackageAdminImpl. getExportedPackage(java.lang.String name)
Returns the exported package associated with the specified package name.(package private) ExportedPackage[]
Felix. getExportedPackages(java.lang.String pkgName)
Returns the exported packages 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(java.lang.String name)
ExportedPackage[]
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 ExportedPackage Modifier and Type Method Description ExportedPackage
PackageAdmin. getExportedPackage(java.lang.String name)
Deprecated.Gets the exported package for the specified package name.ExportedPackage[]
PackageAdmin. getExportedPackages(java.lang.String name)
Deprecated.Gets the exported packages for the specified package name.ExportedPackage[]
PackageAdmin. getExportedPackages(Bundle bundle)
Deprecated.Gets the exported packages for the specified bundle.
-