Package | Description |
---|---|
org.eclipse.core.runtime.internal.adaptor | |
org.eclipse.osgi.service.pluginconversion |
Modifier and Type | Method and Description |
---|---|
Dictionary<String,String> |
PluginConverterImpl.convertManifest(File pluginBaseLocation,
boolean compatibility,
String targetVersion,
boolean analyseJars,
Dictionary<String,String> devProps) |
File |
PluginConverterImpl.convertManifest(File pluginBaseLocation,
File bundleManifestLocation,
boolean compatibilityManifest,
String targetVersion,
boolean analyseJars,
Dictionary<String,String> devProps) |
void |
PluginConverterImpl.writeManifest(File generationLocation,
Dictionary<String,String> manifestToWrite,
boolean compatibilityManifest) |
Modifier and Type | Method and Description |
---|---|
Dictionary<String,String> |
PluginConverter.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.
|
File |
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.
|
Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.