|
Eclipse Platform Release 3.6 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use VersionRange | |
---|---|
org.eclipse.osgi.service.resolver | Provides the Equinox resolver API. |
Uses of VersionRange in org.eclipse.osgi.service.resolver |
---|
Fields in org.eclipse.osgi.service.resolver declared as VersionRange | |
---|---|
static VersionRange |
VersionRange.emptyRange
An empty version range: "0.0.0". |
Methods in org.eclipse.osgi.service.resolver that return VersionRange | |
---|---|
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. |
Methods in org.eclipse.osgi.service.resolver with parameters of type VersionRange | |
---|---|
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 directives,
Map 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 |
|
Eclipse Platform Release 3.6 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2010. All rights reserved.