Uses of Class
org.eclipse.osgi.service.pluginconversion.PluginConversionException
Packages that use PluginConversionException
-
Uses of PluginConversionException in org.eclipse.osgi.service.pluginconversion
Methods in org.eclipse.osgi.service.pluginconversion that throw PluginConversionExceptionModifier and TypeMethodDescriptionPluginConverter.convertManifest
(File pluginBaseLocation, boolean compatibility, String target, boolean analyseJars, Dictionary<String, String> devProperties) Converts a plug-in/fragment manifest at the given source base location (a directory or jar file) and generates a corresponding bundle manifest returned as a dictionary.PluginConverter.convertManifest
(File pluginBaseLocation, File bundleManifestLocation, boolean compatibilityManifest, String target, boolean analyseJars, Dictionary<String, String> devProperties) Converts a plug-in/fragment manifest at the given source base location (a directory or jar file) and generates a corresponding bundle manifest at the given default target location (a file).void
PluginConverter.writeManifest
(File generationLocation, Dictionary<String, String> manifestToWrite, boolean compatibilityManifest) Construct a bundle manifest file from the given dictionary and write it out to the specified location in the file system.