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

Packages that use BundleSpecification
org.eclipse.osgi.service.resolver   
 

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

Methods in org.eclipse.osgi.service.resolver that return BundleSpecification
 BundleSpecification StateObjectFactory.createBundleSpecification(BundleSpecification original)
          Creates a bundle specification that is a copy of the given constraint.
 BundleSpecification StateObjectFactory.createBundleSpecification(java.lang.String requiredSymbolicName, VersionRange requiredVersionRange, boolean export, boolean optional)
          Creates a bundle specification from the given parameters.
 BundleSpecification[] BundleDescription.getRequiredBundles()
          Returns an array of bundle specifications defined by the Require-Bundle clause in this bundle.
 

Methods in org.eclipse.osgi.service.resolver with parameters of type BundleSpecification
 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[])
 BundleSpecification StateObjectFactory.createBundleSpecification(BundleSpecification original)
          Creates a bundle specification that is a copy of the given constraint.
 boolean StateHelper.isResolvable(BundleSpecification specification)
          Returns whether the given bundle specification constraint is resolvable.