com.springsource.bundlor.support
Interface PartialManifestModifier
- All Known Implementing Classes:
- ExcludedImportAndExportPartialManifestModifier, ManifestTemplateDirectiveMigrator
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
modify
void modify(ReadablePartialManifest partialManifest)
- Modify the partial manifest before it is used to create the bundle manifest
- Parameters:
partialManifest
- the partial manifest to modify