com.springsource.bundlor.internal
Interface PartialManifestModifier
- All Known Implementing Classes:
- ExcludedImportAndExportPartialManifestModifier
public interface PartialManifestModifier
Implementations of this interface have the opportunity to modify the partial 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(ReadablePartialManifest partialManifest,
boolean merge)
Modify the partial manifest before it is used to create the bundle manifest |
modify
void modify(ReadablePartialManifest partialManifest,
boolean merge)
- Modify the partial manifest before it is used to create the bundle manifest
- Parameters:
partialManifest
- the partial manifest to modifymerge
- whether this action is a merge of an existing manifest or a replacement