Package | Description |
---|---|
org.eclipse.osgi.service.resolver |
Provides the Equinox resolver API.
|
Modifier and Type | Field and Description |
---|---|
static VersionRange |
VersionRange.emptyRange
An empty version range: "0.0.0".
|
Modifier and Type | Method and Description |
---|---|
VersionRange |
ImportPackageSpecification.getBundleVersionRange()
Returns the version range which this import package may be resolved to.
|
VersionRange[] |
NativeCodeDescription.getOSVersions()
Returns the operating system version ranges supported by the native code.
|
VersionRange |
VersionConstraint.getVersionRange()
Returns the version range for this constraint.
|
Modifier and Type | Method and Description |
---|---|
BundleSpecification |
StateObjectFactory.createBundleSpecification(String requiredSymbolicName,
VersionRange requiredVersionRange,
boolean export,
boolean optional)
Creates a bundle specification from the given parameters.
|
BundleSpecification |
StateObjectFactory.StateObjectFactoryProxy.createBundleSpecification(String requiredSymbolicName,
VersionRange requiredVersionRange,
boolean export,
boolean optional) |
HostSpecification |
StateObjectFactory.createHostSpecification(String hostSymbolicName,
VersionRange hostVersionRange)
Creates a host specification from the given parameters.
|
HostSpecification |
StateObjectFactory.StateObjectFactoryProxy.createHostSpecification(String hostSymbolicName,
VersionRange hostVersionRange) |
ImportPackageSpecification |
StateObjectFactory.createImportPackageSpecification(String packageName,
VersionRange versionRange,
String bundleSymbolicName,
VersionRange bundleVersionRange,
Map<String,?> directives,
Map<String,?> attributes,
BundleDescription importer)
Creates an import package specification from the given parameters.
|
ImportPackageSpecification |
StateObjectFactory.StateObjectFactoryProxy.createImportPackageSpecification(String packageName,
VersionRange versionRange,
String bundleSymbolicName,
VersionRange bundleVersionRange,
Map<String,?> directives,
Map<String,?> attributes,
BundleDescription importer) |
NativeCodeDescription |
StateObjectFactory.createNativeCodeDescription(String[] nativePaths,
String[] processors,
String[] osNames,
VersionRange[] osVersions,
String[] languages,
String filter)
Creates a native code description from the given parameters
|
NativeCodeDescription |
StateObjectFactory.StateObjectFactoryProxy.createNativeCodeDescription(String[] nativePaths,
String[] processors,
String[] osNames,
VersionRange[] osVersions,
String[] languages,
String filter) |
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.