Uses of Class
org.eclipse.tycho.versions.bundle.MutableBundleManifest
-
Packages that use MutableBundleManifest Package Description org.eclipse.tycho.versions.bundle org.eclipse.tycho.versions.manipulation -
-
Uses of MutableBundleManifest in org.eclipse.tycho.versions.bundle
Methods in org.eclipse.tycho.versions.bundle that return MutableBundleManifest Modifier and Type Method Description static MutableBundleManifest
MutableBundleManifest. read(java.io.File file)
static MutableBundleManifest
MutableBundleManifest. read(java.io.InputStream is)
Methods in org.eclipse.tycho.versions.bundle with parameters of type MutableBundleManifest Modifier and Type Method 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)
-
Uses of MutableBundleManifest in org.eclipse.tycho.versions.manipulation
Methods in org.eclipse.tycho.versions.manipulation that return MutableBundleManifest Modifier and Type Method Description private MutableBundleManifest
BundleManifestManipulator. getBundleManifest(ProjectMetadata project)
-