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 MutableBundleManifestMutableBundleManifest. read(java.io.File file)static MutableBundleManifestMutableBundleManifest. 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.StringMutableBundleManifest. readLineWithLineEnding(java.io.PushbackReader reader, MutableBundleManifest mf)static voidMutableBundleManifest. write(MutableBundleManifest mf, java.io.File file)static voidMutableBundleManifest. 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 MutableBundleManifestBundleManifestManipulator. getBundleManifest(ProjectMetadata project)
-