Package | Description |
---|---|
org.eclipse.osgi.service.resolver |
Provides the Equinox resolver API.
|
Modifier and Type | Method and Description |
---|---|
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) |
NativeCodeDescription[] |
NativeCodeSpecification.getPossibleSuppliers()
Returns the list of possible suppliers to this native code specification.
|
Modifier and Type | Method and Description |
---|---|
int |
NativeCodeDescription.compareTo(NativeCodeDescription other)
Native code descriptions are sorted with the following preferences:
The minimum version of the os version ranges
The language
|
NativeCodeSpecification |
StateObjectFactory.createNativeCodeSpecification(NativeCodeDescription[] nativeCodeDescriptions,
boolean optional)
Creates a native code specification from the given parameters
|
NativeCodeSpecification |
StateObjectFactory.StateObjectFactoryProxy.createNativeCodeSpecification(NativeCodeDescription[] nativeCodeDescriptions,
boolean optional) |
void |
State.setNativePathsInvalid(NativeCodeDescription nativeCodeDescription,
boolean hasInvalidNativePaths)
Sets the native code paths of a native code description as invalid.
|
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.