Package org.apache.felix.bundleplugin
Class ManifestWriter
java.lang.Object
org.apache.felix.bundleplugin.ManifestWriter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
outputManifest
(Manifest manifest, OutputStream out, boolean nice) Main function to output a manifest properly in UTF-8.
-
Constructor Details
-
ManifestWriter
public ManifestWriter()
-
-
Method Details
-
outputManifest
public static void outputManifest(Manifest manifest, OutputStream out, boolean nice) throws IOException Main function to output a manifest properly in UTF-8.- Parameters:
manifest
- The manifest to outputout
- The output stream- Throws:
IOException
- when something fails
-