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 NativeCodeSpecification
StateObjectFactory. createNativeCodeSpecification(NativeCodeDescription[] nativeCodeDescriptions, boolean optional)
Creates a native code specification from the given parametersNativeCodeSpecification
StateObjectFactory.StateObjectFactoryProxy. createNativeCodeSpecification(NativeCodeDescription[] nativeCodeDescriptions, boolean optional)
NativeCodeSpecification
BundleDescription. 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 BundleDescription
StateObjectFactory. 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.BundleDescription
StateObjectFactory. 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.BundleDescription
StateObjectFactory.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)
BundleDescription
StateObjectFactory.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)
-