org.sonatype.tycho.versions.bundle
Class MutableBundleManifest
java.lang.Object
org.sonatype.tycho.versions.bundle.MutableBundleManifest
public class MutableBundleManifest
- extends java.lang.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(java.io.File file)
throws java.io.IOException
- Throws:
java.io.IOException
read
public static MutableBundleManifest read(java.io.InputStream is)
throws java.io.IOException
- Throws:
java.io.IOException
write
public static void write(MutableBundleManifest mf,
java.io.File file)
throws java.io.IOException
- Throws:
java.io.IOException
write
public static void write(MutableBundleManifest mf,
java.io.OutputStream os)
throws java.io.IOException
- Throws:
java.io.IOException
getSymbolicName
public java.lang.String getSymbolicName()
getVersion
public java.lang.String getVersion()
setVersion
public void setVersion(java.lang.String version)
Copyright © 2008-2011. All Rights Reserved.