com.springsource.bundlor.support
Interface ManifestModifier

All Known Implementing Classes:
IgnoredExistingHeadersManifestModifier, PlaceholderManifestAndTemplateModifier, ToolStampManifestModifier

public interface ManifestModifier

Implementations of this interface have the opportunity to modify the JAR manifest before it is used to create the bundle manifest

Concurrent Semantics
Implementations of this interface must be threadsafe

Author:
Ben Hale

Method Summary
 void modify(com.springsource.util.parser.manifest.ManifestContents manifest)
          Modify the JAR manifest before it is used to create the bundle manifest
 

Method Detail

modify

void modify(com.springsource.util.parser.manifest.ManifestContents manifest)
Modify the JAR manifest before it is used to create the bundle manifest

Parameters:
manifest - the manifest to modify