Package | Description |
---|---|
org.eclipse.osgi.internal.resolver | |
org.eclipse.osgi.service.resolver |
Provides the Equinox resolver API.
|
Modifier and Type | Method and Description |
---|---|
VersionRange |
ImportPackageSpecificationImpl.getBundleVersionRange() |
VersionRange[] |
NativeCodeDescriptionImpl.getOSVersions() |
Modifier and Type | Method and Description |
---|---|
BundleSpecification |
StateObjectFactoryImpl.createBundleSpecification(String requiredSymbolicName,
VersionRange requiredVersionRange,
boolean export,
boolean optional) |
HostSpecification |
StateObjectFactoryImpl.createHostSpecification(String hostSymbolicName,
VersionRange versionRange) |
ImportPackageSpecification |
StateObjectFactoryImpl.createImportPackageSpecification(String packageName,
VersionRange versionRange,
String bundleSymbolicName,
VersionRange bundleVersionRange,
Map<String,?> directives,
Map<String,?> attributes,
BundleDescription importer) |
NativeCodeDescription |
StateObjectFactoryImpl.createNativeCodeDescription(String[] nativePaths,
String[] processors,
String[] osNames,
VersionRange[] osVersions,
String[] languages,
String filter) |
protected void |
ImportPackageSpecificationImpl.setBundleVersionRange(VersionRange bundleVersionRange) |
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.
|
HostSpecification |
StateObjectFactory.createHostSpecification(String hostSymbolicName,
VersionRange hostVersionRange)
Creates a host specification from the given parameters.
|
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.
|
NativeCodeDescription |
StateObjectFactory.createNativeCodeDescription(String[] nativePaths,
String[] processors,
String[] osNames,
VersionRange[] osVersions,
String[] languages,
String filter)
Creates a native code description from the given parameters
|
Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.