Uses of Class
org.ops4j.pax.swissbox.bnd.OverwriteMode

Packages that use OverwriteMode
org.ops4j.pax.swissbox.bnd   
 

Uses of OverwriteMode in org.ops4j.pax.swissbox.bnd
 

Methods in org.ops4j.pax.swissbox.bnd that return OverwriteMode
static OverwriteMode OverwriteMode.valueOf(java.lang.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.
 

Methods in org.ops4j.pax.swissbox.bnd with parameters of type OverwriteMode
static java.io.InputStream BndUtils.createBundle(java.io.InputStream jarInputStream, java.util.Properties instructions, java.lang.String jarInfo, OverwriteMode overwriteMode)
          Processes the input jar and generates the necessary OSGi headers using specified instructions.
 



Copyright © 2006-2012 OPS4J - Open Participation Software for Java. All Rights Reserved.