Uses of Interface
org.eclipse.osgi.service.resolver.NativeCodeSpecification
-
Packages that use NativeCodeSpecification Package Description org.eclipse.osgi.service.resolver Provides the Equinox resolver API. -
-
Uses of NativeCodeSpecification in org.eclipse.osgi.service.resolver
Methods in org.eclipse.osgi.service.resolver that return NativeCodeSpecification Modifier and Type Method Description NativeCodeSpecificationStateObjectFactory. createNativeCodeSpecification(NativeCodeDescription[] nativeCodeDescriptions, boolean optional)Creates a native code specification from the given parametersNativeCodeSpecificationStateObjectFactory.StateObjectFactoryProxy. createNativeCodeSpecification(NativeCodeDescription[] nativeCodeDescriptions, boolean optional)NativeCodeSpecificationBundleDescription. getNativeCodeSpecification()Returns the native code specification for this bundle.Methods in org.eclipse.osgi.service.resolver with parameters of type NativeCodeSpecification Modifier and Type Method Description BundleDescriptionStateObjectFactory. createBundleDescription(long id, String symbolicName, Version version, String location, BundleSpecification[] required, HostSpecification host, ImportPackageSpecification[] imports, ExportPackageDescription[] exports, boolean singleton, boolean attachFragments, boolean dynamicFragments, String platformFilter, String[] executionEnvironments, GenericSpecification[] genericRequires, GenericDescription[] genericCapabilities, NativeCodeSpecification nativeCode)Creates a bundle description from the given parameters.BundleDescriptionStateObjectFactory. createBundleDescription(long id, String symbolicName, Version version, String location, BundleSpecification[] required, HostSpecification host, ImportPackageSpecification[] imports, ExportPackageDescription[] exports, String platformFilter, String[] executionEnvironments, GenericSpecification[] genericRequires, GenericDescription[] genericCapabilities, NativeCodeSpecification nativeCode)Creates a bundle description from the given parameters.BundleDescriptionStateObjectFactory.StateObjectFactoryProxy. createBundleDescription(long id, String symbolicName, Version version, String location, BundleSpecification[] required, HostSpecification host, ImportPackageSpecification[] imports, ExportPackageDescription[] exports, boolean singleton, boolean attachFragments, boolean dynamicFragments, String platformFilter, String[] executionEnvironments, GenericSpecification[] genericRequires, GenericDescription[] genericCapabilities, NativeCodeSpecification nativeCode)BundleDescriptionStateObjectFactory.StateObjectFactoryProxy. createBundleDescription(long id, String symbolicName, Version version, String location, BundleSpecification[] required, HostSpecification host, ImportPackageSpecification[] imports, ExportPackageDescription[] exports, String platformFilter, String[] executionEnvironments, GenericSpecification[] genericRequires, GenericDescription[] genericCapabilities, NativeCodeSpecification nativeCode)
-