Package | Description |
---|---|
org.eclipse.tycho.versions.bundle | |
org.eclipse.tycho.versions.manipulation |
Modifier and Type | Method and Description |
---|---|
static MutableBundleManifest |
MutableBundleManifest.read(java.io.File file) |
static MutableBundleManifest |
MutableBundleManifest.read(java.io.InputStream is) |
Modifier and Type | Method and Description |
---|---|
private static java.lang.String |
MutableBundleManifest.readLineWithLineEnding(java.io.PushbackReader reader,
MutableBundleManifest mf) |
static void |
MutableBundleManifest.write(MutableBundleManifest mf,
java.io.File file) |
static void |
MutableBundleManifest.write(MutableBundleManifest mf,
java.io.OutputStream os) |
Modifier and Type | Method and Description |
---|---|
private MutableBundleManifest |
BundleManifestManipulator.getBundleManifest(ProjectMetadata project) |