Methods in org.eclipse.osgi.service.pluginconversion that throw PluginConversionException |
java.util.Dictionary |
PluginConverter.convertManifest(java.io.File pluginBaseLocation,
boolean compatibility,
java.lang.String target,
boolean analyseJars,
java.util.Dictionary devProperties)
Converts a plug-in/fragment manifest at the given source base location (a directory) and
generates a corresponding bundle manifest returned as a dictionary. |
java.io.File |
PluginConverter.convertManifest(java.io.File pluginBaseLocation,
java.io.File bundleManifestLocation,
boolean compatibilityManifest,
java.lang.String target,
boolean analyseJars,
java.util.Dictionary devProperties)
Converts a plug-in/fragment manifest at the given source base location (a directory) and
generates a corresponding bundle manifest at the given default target locaton (a file). |
void |
PluginConverter.writeManifest(java.io.File generationLocation,
java.util.Dictionary manifestToWrite,
boolean compatibilityManifest)
Construct a bundle manifest file from the given dictionary and write it out to the
specified location in the file system. |