|
Eclipse Platform Release 3.6 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ExportPackageDescription | |
---|---|
org.eclipse.osgi.service.resolver | Provides the Equinox resolver API. |
Uses of ExportPackageDescription in org.eclipse.osgi.service.resolver |
---|
Methods in org.eclipse.osgi.service.resolver that return ExportPackageDescription | |
---|---|
ExportPackageDescription |
StateObjectFactory.createExportPackageDescription(ExportPackageDescription original)
Creates an import package specification that is a copy of the given constraint |
ExportPackageDescription |
StateObjectFactory.createExportPackageDescription(String packageName,
Version version,
Map directives,
Map attributes,
boolean root,
BundleDescription exporter)
Used by the Resolver to dynamically create ExportPackageDescription objects during the resolution process. |
ExportPackageDescription[] |
State.getExportedPackages()
Returns all exported packages in this state, according to the OSGi rules for resolution. |
ExportPackageDescription[] |
BundleDescription.getExportPackages()
Returns an array of export package descriptions defined by the Export-Package clauses. |
ExportPackageDescription[] |
BundleDescription.getResolvedImports()
Returns all the export packages that satisfy all the imported packages for this bundle. |
ExportPackageDescription[] |
BundleDescription.getSelectedExports()
Returns all the exported packages from this bundle that have been selected by the resolver. |
ExportPackageDescription[] |
BundleDescription.getSubstitutedExports()
Returns the export packages that satisfy imported packages for this bundle description and substitute one of the exports for this bundle description. |
ExportPackageDescription[] |
State.getSystemPackages()
Returns the list of system packages which are exported by the system bundle. |
ExportPackageDescription[] |
StateHelper.getVisiblePackages(BundleDescription bundle)
Returns a list of all packages that the specified bundle has access to which are exported by other bundles. |
ExportPackageDescription[] |
StateHelper.getVisiblePackages(BundleDescription bundle,
int options)
Returns a list of all packages that the specified bundle has access to which are exported by other bundles. |
ExportPackageDescription |
State.linkDynamicImport(BundleDescription importingBundle,
String requestedPackage)
Attempts to find an ExportPackageDescription that will satisfy a dynamic import for the specified requestedPackage for the specified importingBundle. |
ExportPackageDescription |
Resolver.resolveDynamicImport(BundleDescription importingBundle,
String requestedPackage)
Attempts to find an ExportPackageDescription that will satisfy a dynamic import for the specified requestedPackage for the specified importingBundle. |
|
Eclipse Platform Release 3.6 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2010. All rights reserved.