| Package | Description |
|---|---|
| io.fabric8.fab.osgi.internal |
| Modifier and Type | Method and Description |
|---|---|
static OverwriteMode |
OverwriteMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OverwriteMode[] |
OverwriteMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| 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.
|
Copyright © 2011–2014 Red Hat. All rights reserved.