com.springsource.bundlor.internal
Interface ManifestTemplateModifier

All Known Implementing Classes:
OsgiProfileManifestTemplateModifier, PlaceholderManifestTemplateModifier

public interface ManifestTemplateModifier

Implementations of this interface have the opportunity to modify the manifest template 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 manifestTemplate)
          Modify the manifest template before the template is used to create the bundle manifest
 

Method Detail

modify

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

Parameters:
manifestTemplate - the template to modify