org.sonatype.tycho.versions.bundle
Class MutableBundleManifest

java.lang.Object
  extended by org.sonatype.tycho.versions.bundle.MutableBundleManifest

public class MutableBundleManifest
extends Object


Constructor Summary
MutableBundleManifest()
           
 
Method Summary
 void add(ManifestAttribute line)
           
 String getSymbolicName()
           
 String getVersion()
           
static MutableBundleManifest read(File file)
           
static MutableBundleManifest read(InputStream is)
           
 void setVersion(String version)
           
static void write(MutableBundleManifest mf, File file)
           
static void write(MutableBundleManifest mf, OutputStream os)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MutableBundleManifest

public MutableBundleManifest()
Method Detail

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.