|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.osgi.framework.internal.core.ExportedPackageImpl
public class ExportedPackageImpl
| Constructor Summary | |
|---|---|
ExportedPackageImpl(ExportPackageDescription exportedPackage,
BundleLoaderProxy supplier)
Deprecated. |
|
| Method Summary | |
|---|---|
Bundle |
getExportingBundle()
Deprecated. Returns the bundle exporting the package associated with this exported package. |
Bundle[] |
getImportingBundles()
Deprecated. Returns the resolved bundles that are currently wired to this exported package. |
java.lang.String |
getName()
Deprecated. Returns the name of the package associated with this exported package. |
java.lang.String |
getSpecificationVersion()
Deprecated. |
Version |
getVersion()
Deprecated. Returns the version of this exported package. |
boolean |
isRemovalPending()
Deprecated. Returns true if the package associated with this
ExportedPackage object has been exported by a bundle that
has been updated or uninstalled. |
java.lang.String |
toString()
Deprecated. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ExportedPackageImpl(ExportPackageDescription exportedPackage,
BundleLoaderProxy supplier)
| Method Detail |
|---|
public java.lang.String getName()
ExportedPackage
getName in interface ExportedPackagepublic Bundle getExportingBundle()
ExportedPackage
getExportingBundle in interface ExportedPackagenull if this
ExportedPackage object has become stale.public Bundle[] getImportingBundles()
ExportedPackage
Bundles which require the exporting bundle associated with this exported
package are considered to be wired to this exported package are included
in the returned array. See RequiredBundle.getRequiringBundles().
getImportingBundles in interface ExportedPackagenull if this
ExportedPackage object has become stale. The array
will be empty if no bundles are wired to this exported package.public java.lang.String getSpecificationVersion()
ExportedPackage
getSpecificationVersion in interface ExportedPackagenull if
no version information is available.public Version getVersion()
ExportedPackage
getVersion in interface ExportedPackageVersion.emptyVersion if no version information is
available.public boolean isRemovalPending()
ExportedPackagetrue if the package associated with this
ExportedPackage object has been exported by a bundle that
has been updated or uninstalled.
isRemovalPending in interface ExportedPackagetrue if the associated package is being exported
by a bundle that has been updated or uninstalled, or if this
ExportedPackage object has become stale;
false otherwise.public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||