public class MutableBundleManifest extends Object
Constructor and Description |
---|
MutableBundleManifest() |
Modifier and Type | Method and Description |
---|---|
void |
add(ManifestAttribute attribute) |
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) |
public void add(ManifestAttribute attribute)
public static MutableBundleManifest read(File file) throws IOException
IOException
public static MutableBundleManifest read(InputStream is) throws IOException
IOException
public static void write(MutableBundleManifest mf, File file) throws IOException
IOException
public static void write(MutableBundleManifest mf, OutputStream os) throws IOException
IOException
public String getSymbolicName()
public String getVersion()
public void setVersion(String version)
Copyright © 2008-2013 Eclipse Foundation. All Rights Reserved.