com.springsource.bundlor.support
Interface PartialManifestResolver

All Known Implementing Classes:
StandardPartialManifestResolver

public interface PartialManifestResolver


Method Summary
 com.springsource.util.osgi.manifest.BundleManifest resolve(com.springsource.util.parser.manifest.ManifestContents templateManifest, ReadablePartialManifest partial)
          Resolves the supplied StandardReadablePartialManifest against the supplied manifest template.
 

Method Detail

resolve

com.springsource.util.osgi.manifest.BundleManifest resolve(com.springsource.util.parser.manifest.ManifestContents templateManifest,
                                                           ReadablePartialManifest partial)
Resolves the supplied StandardReadablePartialManifest against the supplied manifest template.

Parameters:
templateManifest - the template.
partial - the partial manifest.
Returns:
the resolved BundleManifest.