|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BundleSpecification | |
|---|---|
| org.eclipse.osgi.internal.resolver | |
| org.eclipse.osgi.service.resolver | |
| Uses of BundleSpecification in org.eclipse.osgi.internal.resolver |
|---|
| Classes in org.eclipse.osgi.internal.resolver that implement BundleSpecification | |
|---|---|
class |
BundleSpecificationImpl
|
| Methods in org.eclipse.osgi.internal.resolver that return BundleSpecification | |
|---|---|
BundleSpecification |
StateObjectFactoryImpl.createBundleSpecification(BundleSpecification original)
|
BundleSpecification |
StateObjectFactoryImpl.createBundleSpecification(String requiredSymbolicName,
VersionRange requiredVersionRange,
boolean export,
boolean optional)
|
BundleSpecification[] |
BundleDescriptionImpl.getRequiredBundles()
|
| Methods in org.eclipse.osgi.internal.resolver that return types with arguments of type BundleSpecification | |
|---|---|
List<BundleSpecification> |
StateObjectFactoryImpl.createBundleSpecifications(String declaration)
|
| Methods in org.eclipse.osgi.internal.resolver with parameters of type BundleSpecification | |
|---|---|
BundleDescription |
StateObjectFactoryImpl.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)
|
BundleDescription |
StateObjectFactoryImpl.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)
|
BundleDescription |
StateObjectFactoryImpl.createBundleDescription(long id,
String symbolicName,
Version version,
String location,
BundleSpecification[] required,
HostSpecification host,
ImportPackageSpecification[] imports,
ExportPackageDescription[] exports,
String[] providedPackages,
boolean singleton)
Deprecated. |
BundleDescription |
StateObjectFactoryImpl.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. |
BundleDescription |
StateObjectFactoryImpl.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)
|
BundleSpecification |
StateObjectFactoryImpl.createBundleSpecification(BundleSpecification original)
|
boolean |
StateHelperImpl.isResolvable(BundleSpecification specification)
|
protected void |
BundleDescriptionImpl.setRequiredBundles(BundleSpecification[] requiredBundles)
|
| 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(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 that return types with arguments of type BundleSpecification | |
|---|---|
List<BundleSpecification> |
StateObjectFactory.createBundleSpecifications(String declaration)
Creates bundle specifications from the given declaration. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||