| Package | Description |
|---|---|
| io.fabric8.fab.osgi.internal |
| Modifier and Type | Class and Description |
|---|---|
class |
FabBundleInfoImpl
Information about a resolved Fuse Application Bundle.
|
| Modifier and Type | Method and Description |
|---|---|
static InputStream |
BndUtils.createBundle(InputStream jarInputStream,
Properties instructions,
String jarInfo,
OverwriteMode overwriteMode,
Map<String,Object> embeddedResources,
Map<String,Map<String,String>> extraImportPackages,
Set<String> actualImports,
VersionResolver versionResolver)
Processes the input jar and generates the necessary OSGi headers using specified instructions.
|
static aQute.lib.osgi.Jar |
BndUtils.createJar(InputStream jarInputStream,
Properties instructions,
String jarInfo,
OverwriteMode overwriteMode,
Map<String,Object> embeddedResources,
Map<String,Map<String,String>> extraImportPackages,
Set<String> actualImports,
VersionResolver versionResolver)
Processes the input jar and generates the necessary OSGi headers using specified instructions.
|
static Set<String> |
Bundles.filterInstalled(org.osgi.framework.BundleContext bundleContext,
Collection<String> packages,
VersionResolver resolver)
Filter out any packages which are already installed as a version which matches the imported version range
|
Copyright © 2011–2014 Red Hat. All rights reserved.