|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.felix.bundleplugin.ManifestWriter
public class ManifestWriter
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 |
---|
public ManifestWriter()
Method Detail |
---|
public static void outputManifest(java.util.jar.Manifest manifest, java.io.OutputStream out, boolean nice) throws java.io.IOException
manifest
- The manifest to outputout
- The output stream
java.io.IOException
- when something fails
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |