Uses of Class
org.ops4j.pax.swissbox.bnd.OverwriteMode
-
-
Uses of OverwriteMode in org.ops4j.pax.swissbox.bnd
Methods in org.ops4j.pax.swissbox.bnd that return OverwriteMode Modifier and Type Method Description static OverwriteModeOverwriteMode. 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.Methods in org.ops4j.pax.swissbox.bnd with parameters of type OverwriteMode Modifier and Type Method Description static InputStreamBndUtils. createBundle(InputStream jarInputStream, Properties instructions, String jarInfo, OverwriteMode overwriteMode)Processes the input jar and generates the necessary OSGi headers using specified instructions.
-