Uses of Interface
org.eclipse.osgi.service.resolver.ExportPackageDescription

Packages that use ExportPackageDescription
org.eclipse.osgi.framework.internal.core   
org.eclipse.osgi.service.resolver   
 

Uses of ExportPackageDescription in org.eclipse.osgi.framework.internal.core
 

Constructors in org.eclipse.osgi.framework.internal.core with parameters of type ExportPackageDescription
ExportedPackageImpl(ExportPackageDescription exportedPackage, BundleLoaderProxy supplier)
           
 

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(java.lang.String packageName, Version version, java.util.Map directives, java.util.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[] 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, java.lang.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, java.lang.String requestedPackage)
          Attempts to find an ExportPackageDescription that will satisfy a dynamic import for the specified requestedPackage for the specified importingBundle.
 

Methods in org.eclipse.osgi.service.resolver with parameters of type ExportPackageDescription
 BundleDescription StateObjectFactory.createBundleDescription(long id, java.lang.String symbolicName, Version version, java.lang.String location, BundleSpecification[] required, HostSpecification host, ImportPackageSpecification[] imports, ExportPackageDescription[] exports, boolean singleton, boolean attachFragments, boolean dynamicFragments, java.lang.String platformFilter, java.lang.String[] executionEnvironments, GenericSpecification[] genericRequires, GenericDescription[] genericCapabilities)
          Creates a bundle description from the given parameters.
 BundleDescription StateObjectFactory.createBundleDescription(long id, java.lang.String symbolicName, Version version, java.lang.String location, BundleSpecification[] required, HostSpecification host, ImportPackageSpecification[] imports, ExportPackageDescription[] exports, java.lang.String[] providedPackages, boolean singleton)
          Deprecated. use StateObjectFactory.createBundleDescription(long, String, Version, String, BundleSpecification[], HostSpecification, ImportPackageSpecification[], ExportPackageDescription[], boolean, boolean, boolean, String, String[], GenericSpecification[], GenericDescription[])
 BundleDescription StateObjectFactory.createBundleDescription(long id, java.lang.String symbolicName, Version version, java.lang.String location, BundleSpecification[] required, HostSpecification host, ImportPackageSpecification[] imports, ExportPackageDescription[] exports, java.lang.String[] providedPackages, boolean singleton, boolean attachFragments, boolean dynamicFragments, java.lang.String platformFilter, java.lang.String executionEnvironment, GenericSpecification[] genericRequires, GenericDescription[] genericCapabilities)
          Deprecated. use StateObjectFactory.createBundleDescription(long, String, Version, String, BundleSpecification[], HostSpecification, ImportPackageSpecification[], ExportPackageDescription[], boolean, boolean, boolean, String, String[], GenericSpecification[], GenericDescription[])
 ExportPackageDescription StateObjectFactory.createExportPackageDescription(ExportPackageDescription original)
          Creates an import package specification that is a copy of the given constraint
 int StateHelper.getAccessCode(BundleDescription bundle, ExportPackageDescription export)
          Returns the access code that the specified BundleDescription has to the specified ExportPackageDescription.
 void State.resolveBundle(BundleDescription bundle, boolean status, BundleDescription[] hosts, ExportPackageDescription[] selectedExports, BundleDescription[] resolvedRequires, ExportPackageDescription[] resolvedImports)
          Sets whether or not the given bundle is selected in this state.
 void State.resolveBundle(BundleDescription bundle, boolean status, BundleDescription[] hosts, ExportPackageDescription[] selectedExports, BundleDescription[] resolvedRequires, ExportPackageDescription[] resolvedImports)
          Sets whether or not the given bundle is selected in this state.