org.sonatype.tycho.versions.bundle
Class MutableBundleManifest
java.lang.Object
org.sonatype.tycho.versions.bundle.MutableBundleManifest
public class MutableBundleManifest
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MutableBundleManifest
public MutableBundleManifest()
add
public void add(ManifestAttribute line)
read
public static MutableBundleManifest read(File file)
throws IOException
- Throws:
IOException
read
public static MutableBundleManifest read(InputStream is)
throws IOException
- Throws:
IOException
write
public static void write(MutableBundleManifest mf,
File file)
throws IOException
- Throws:
IOException
write
public static void write(MutableBundleManifest mf,
OutputStream os)
throws IOException
- Throws:
IOException
getSymbolicName
public String getSymbolicName()
getVersion
public String getVersion()
setVersion
public void setVersion(String version)
Copyright © 2008-2011. All Rights Reserved.