Uses of Interface
org.eclipse.osgi.service.resolver.NativeCodeDescription
-
Uses of NativeCodeDescription in org.eclipse.osgi.service.resolver
Modifier and TypeMethodDescriptionStateObjectFactory.createNativeCodeDescription
(String[] nativePaths, String[] processors, String[] osNames, VersionRange[] osVersions, String[] languages, String filter) Creates a native code description from the given parametersStateObjectFactory.StateObjectFactoryProxy.createNativeCodeDescription
(String[] nativePaths, String[] processors, String[] osNames, VersionRange[] osVersions, String[] languages, String filter) NativeCodeSpecification.getPossibleSuppliers()
Returns the list of possible suppliers to this native code specification.Modifier and TypeMethodDescriptionint
NativeCodeDescription.compareTo
(NativeCodeDescription other) Native code descriptions are sorted with the following preferences: The minimum version of the os version ranges The languageStateObjectFactory.createNativeCodeSpecification
(NativeCodeDescription[] nativeCodeDescriptions, boolean optional) Creates a native code specification from the given parametersStateObjectFactory.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.