| org.eclipse.pde.internal.build.tasks.ManifestModifier
ManifestModifier | public class ManifestModifier extends Task (Code) | | Internal task.
Add, change or remove the keys from a manifest.mf.
since: 3.0 |
execute | public void execute()(Code) | | |
setKeyValue | public void setKeyValue(String values)(Code) | | Indicate new values to add to the manifest. The format of the parameter is key|value#key|value#...
If a value is specified to null, the key will be removed from the manifest.
Parameters: values - |
setManifestLocation | public void setManifestLocation(String path)(Code) | | Parameters: path - |
|
|