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

Packages that use NativeCodeSpecification
org.eclipse.osgi.service.resolver   
 

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

Methods in org.eclipse.osgi.service.resolver that return NativeCodeSpecification
 NativeCodeSpecification StateObjectFactory.createNativeCodeSpecification(NativeCodeDescription[] nativeCodeDescriptions, boolean optional)
          Creates a native code specification from the given parameters
 NativeCodeSpecification BundleDescription.getNativeCodeSpecification()
          Returns the native code specification for this bundle.
 

Methods in org.eclipse.osgi.service.resolver with parameters of type NativeCodeSpecification
 BundleDescription StateObjectFactory.createBundleDescription(long id, java.lang.String symbolicName, Version version, java.lang.String location, BundleSpecification[] required, HostSpecification host, ImportPackageSpecification[] imports, ExportPackageDescription[] exports, boolean singleton, boolean attachFragments, boolean dynamicFragments, java.lang.String platformFilter, java.lang.String[] executionEnvironments, GenericSpecification[] genericRequires, GenericDescription[] genericCapabilities, NativeCodeSpecification nativeCode)
          Creates a bundle description from the given parameters.