Package | Description |
---|---|
org.eclipse.osgi.internal.resolver | |
org.eclipse.osgi.service.resolver |
Provides the Equinox resolver API.
|
Modifier and Type | Class and Description |
---|---|
class |
NativeCodeDescriptionImpl |
Modifier and Type | Method and Description |
---|---|
NativeCodeDescription |
StateObjectFactoryImpl.createNativeCodeDescription(String[] nativePaths,
String[] processors,
String[] osNames,
VersionRange[] osVersions,
String[] languages,
String filter) |
NativeCodeDescription[] |
NativeCodeSpecificationImpl.getPossibleSuppliers() |
Modifier and Type | Method and Description |
---|---|
int |
NativeCodeDescriptionImpl.compareTo(NativeCodeDescription otherDesc) |
NativeCodeSpecification |
StateObjectFactoryImpl.createNativeCodeSpecification(NativeCodeDescription[] nativeCodeDescriptions,
boolean optional) |
void |
StateImpl.setNativePathsInvalid(NativeCodeDescription nativeCodeDescription,
boolean hasInvalidNativePaths) |
void |
ReadOnlyState.setNativePathsInvalid(NativeCodeDescription nativeCodeDescription,
boolean hasInvalidPaths) |
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[] |
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
|
void |
State.setNativePathsInvalid(NativeCodeDescription nativeCodeDescription,
boolean hasInvalidNativePaths)
Sets the native code paths of a native code description as invalid.
|
Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.