B C F K M O P V 
All Classes All Packages

B

BndUtils - Class in org.ops4j.pax.swissbox.bnd
Wrapper over PeterK's bnd lib.

C

createBundle(InputStream, Properties, String) - Static method in class org.ops4j.pax.swissbox.bnd.BndUtils
Processes the input jar and generates the necessary OSGi headers using specified instructions.
createBundle(InputStream, Properties, String, OverwriteMode) - Static method in class org.ops4j.pax.swissbox.bnd.BndUtils
Processes the input jar and generates the necessary OSGi headers using specified instructions.

F

FULL - org.ops4j.pax.swissbox.bnd.OverwriteMode
Full rewrite.

K

KEEP - org.ops4j.pax.swissbox.bnd.OverwriteMode
Keep existing manifest.

M

MERGE - org.ops4j.pax.swissbox.bnd.OverwriteMode
Merge instructions with current manifest entries.

O

org.ops4j.pax.swissbox.bnd - package org.ops4j.pax.swissbox.bnd
 
OverwriteMode - Enum in org.ops4j.pax.swissbox.bnd
Strategy to use regarding manifest rewrite, for a jar that is already a bundle (has osgi manifest attributes).

P

parseInstructions(String) - Static method in class org.ops4j.pax.swissbox.bnd.BndUtils
Parses bnd instructions out of an url query string.

V

valueOf(String) - Static method in enum org.ops4j.pax.swissbox.bnd.OverwriteMode
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.ops4j.pax.swissbox.bnd.OverwriteMode
Returns an array containing the constants of this enum type, in the order they are declared.
B C F K M O P V 
All Classes All Packages