org.apache.felix.bundleplugin
Class ManifestWriter

java.lang.Object
  extended by org.apache.felix.bundleplugin.ManifestWriter

public class ManifestWriter
extends java.lang.Object


Constructor Summary
ManifestWriter()
           
 
Method Summary
static void outputManifest(java.util.jar.Manifest manifest, java.io.OutputStream out, boolean nice)
          Main function to output a manifest properly in UTF-8.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ManifestWriter

public ManifestWriter()
Method Detail

outputManifest

public static void outputManifest(java.util.jar.Manifest manifest,
                                  java.io.OutputStream out,
                                  boolean nice)
                           throws java.io.IOException
Main function to output a manifest properly in UTF-8.

Parameters:
manifest - The manifest to output
out - The output stream
Throws:
java.io.IOException - when something fails


Copyright © 2006-2014 The Apache Software Foundation. All Rights Reserved.