Eclipse Platform
Release 3.6

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

Packages that use GenericDescription
org.eclipse.osgi.service.resolver Provides the Equinox resolver API. 
 

Uses of GenericDescription in org.eclipse.osgi.service.resolver
 

Methods in org.eclipse.osgi.service.resolver that return GenericDescription
 GenericDescription StateObjectFactory.createGenericDescription(String name, String type, Version version, Map attributes)
          Creates a generic description from the given parameters
 GenericDescription[] BundleDescription.getGenericCapabilities()
          Returns an array of generic descriptions for the capabilities of this bundle.
 GenericDescription[] GenericSpecification.getSuppliers()
          Returns the suppliers of the capability.
 

Methods in org.eclipse.osgi.service.resolver with parameters of type GenericDescription
 BundleDescription StateObjectFactory.createBundleDescription(long id, String symbolicName, Version version, String location, BundleSpecification[] required, HostSpecification host, ImportPackageSpecification[] imports, ExportPackageDescription[] exports, boolean singleton, boolean attachFragments, boolean dynamicFragments, String platformFilter, String[] executionEnvironments, GenericSpecification[] genericRequires, GenericDescription[] genericCapabilities)
          Creates a bundle description from the given parameters.
 BundleDescription StateObjectFactory.createBundleDescription(long id, String symbolicName, Version version, String location, BundleSpecification[] required, HostSpecification host, ImportPackageSpecification[] imports, ExportPackageDescription[] exports, boolean singleton, boolean attachFragments, boolean dynamicFragments, String platformFilter, String[] executionEnvironments, GenericSpecification[] genericRequires, GenericDescription[] genericCapabilities, NativeCodeSpecification nativeCode)
          Creates a bundle description from the given parameters.
 BundleDescription StateObjectFactory.createBundleDescription(long id, String symbolicName, Version version, String location, BundleSpecification[] required, HostSpecification host, ImportPackageSpecification[] imports, ExportPackageDescription[] exports, String[] providedPackages, boolean singleton, boolean attachFragments, boolean dynamicFragments, String platformFilter, 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[])
 


Eclipse Platform
Release 3.6

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2010. All rights reserved.