Package com.springsource.bundlor.support

Interface Summary
ArtifactAnalyzer Strategy interface for scanning artefacts in a JAR file and adding to the PartialManifest.
ManifestContributor  
ManifestMerger  
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

ManifestReader Implementations of this interface have the opportunity to read the bundle's manifest and the manifest template before they are used to create the bundle manifest

Concurrent Semantics
Implementations of this interface must be threadsafe

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

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

PartialManifestResolver  
TemplateHeaderReader An interface that allows Bundlor to determine which headers exist to support operation and should not exist at runtime.
 

Class Summary
DefaultManifestGeneratorContributorsFactory  
ManifestGeneratorContributors  
StandardManifestGenerator  
StandardManifestMerger