Uses of Interface
org.eclipse.osgi.service.resolver.BundleSpecification
-
Packages that use BundleSpecification Package Description org.eclipse.osgi.service.resolver Provides the Equinox resolver API. -
-
Uses of BundleSpecification in org.eclipse.osgi.service.resolver
Methods in org.eclipse.osgi.service.resolver that return BundleSpecification Modifier and Type Method Description BundleSpecificationStateObjectFactory. createBundleSpecification(String requiredSymbolicName, VersionRange requiredVersionRange, boolean export, boolean optional)Creates a bundle specification from the given parameters.BundleSpecificationStateObjectFactory. createBundleSpecification(BundleSpecification original)Creates a bundle specification that is a copy of the given constraint.BundleSpecificationStateObjectFactory.StateObjectFactoryProxy. createBundleSpecification(String requiredSymbolicName, VersionRange requiredVersionRange, boolean export, boolean optional)BundleSpecificationStateObjectFactory.StateObjectFactoryProxy. createBundleSpecification(BundleSpecification original)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 that return types with arguments of type BundleSpecification Modifier and Type Method Description List<BundleSpecification>StateObjectFactory. createBundleSpecifications(String declaration)Creates bundle specifications from the given declaration.List<BundleSpecification>StateObjectFactory.StateObjectFactoryProxy. createBundleSpecifications(String declaration)Methods in org.eclipse.osgi.service.resolver with parameters of type BundleSpecification Modifier and Type Method Description BundleDescriptionStateObjectFactory. 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.BundleDescriptionStateObjectFactory. 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.BundleDescriptionStateObjectFactory. createBundleDescription(long id, String symbolicName, Version version, String location, BundleSpecification[] required, HostSpecification host, ImportPackageSpecification[] imports, ExportPackageDescription[] exports, String[] providedPackages, boolean singleton)BundleDescriptionStateObjectFactory. 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)BundleDescriptionStateObjectFactory. createBundleDescription(long id, String symbolicName, Version version, String location, BundleSpecification[] required, HostSpecification host, ImportPackageSpecification[] imports, ExportPackageDescription[] exports, String platformFilter, String[] executionEnvironments, GenericSpecification[] genericRequires, GenericDescription[] genericCapabilities, NativeCodeSpecification nativeCode)Creates a bundle description from the given parameters.BundleDescriptionStateObjectFactory.StateObjectFactoryProxy. 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)BundleDescriptionStateObjectFactory.StateObjectFactoryProxy. 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)BundleDescriptionStateObjectFactory.StateObjectFactoryProxy. createBundleDescription(long id, String symbolicName, Version version, String location, BundleSpecification[] required, HostSpecification host, ImportPackageSpecification[] imports, ExportPackageDescription[] exports, String[] providedPackages, boolean singleton)Deprecated.BundleDescriptionStateObjectFactory.StateObjectFactoryProxy. 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.BundleDescriptionStateObjectFactory.StateObjectFactoryProxy. createBundleDescription(long id, String symbolicName, Version version, String location, BundleSpecification[] required, HostSpecification host, ImportPackageSpecification[] imports, ExportPackageDescription[] exports, String platformFilter, String[] executionEnvironments, GenericSpecification[] genericRequires, GenericDescription[] genericCapabilities, NativeCodeSpecification nativeCode)BundleSpecificationStateObjectFactory. createBundleSpecification(BundleSpecification original)Creates a bundle specification that is a copy of the given constraint.BundleSpecificationStateObjectFactory.StateObjectFactoryProxy. createBundleSpecification(BundleSpecification original)booleanStateHelper. isResolvable(BundleSpecification specification)Returns whether the given bundle specification constraint is resolvable.
-