Eclipse Platform
Release 3.6

Uses of Interface
org.eclipse.osgi.service.resolver.NativeCodeDescription

Packages that use NativeCodeDescription
org.eclipse.osgi.service.resolver Provides the Equinox resolver API. 
 

Uses of NativeCodeDescription in org.eclipse.osgi.service.resolver
 

Methods in org.eclipse.osgi.service.resolver that return NativeCodeDescription
 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.
 

Methods in org.eclipse.osgi.service.resolver with parameters of type NativeCodeDescription
 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.
 


Eclipse Platform
Release 3.6

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2010. All rights reserved.