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

Packages that use NativeCodeDescription
org.eclipse.osgi.internal.resolver   
org.eclipse.osgi.service.resolver   
 

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

Classes in org.eclipse.osgi.internal.resolver that implement NativeCodeDescription
 class NativeCodeDescriptionImpl
           
 

Methods in org.eclipse.osgi.internal.resolver that return NativeCodeDescription
 NativeCodeDescription StateObjectFactoryImpl.createNativeCodeDescription(java.lang.String[] nativePaths, java.lang.String[] processors, java.lang.String[] osNames, VersionRange[] osVersions, java.lang.String[] languages, java.lang.String filter)
           
 NativeCodeDescription[] NativeCodeSpecificationImpl.getPossibleSuppliers()
           
 

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

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

Methods in org.eclipse.osgi.service.resolver that return NativeCodeDescription
 NativeCodeDescription StateObjectFactory.createNativeCodeDescription(java.lang.String[] nativePaths, java.lang.String[] processors, java.lang.String[] osNames, VersionRange[] osVersions, java.lang.String[] languages, java.lang.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
 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-2012 FuseSource, Corp.. All Rights Reserved.