org.apache.felix.ipojo.manipulator
Interface ManifestProvider

All Known Implementing Classes:
DirectManifestProvider, FileManifestProvider

public interface ManifestProvider

A ManifestProvider is responsible of providing the original Manifest of the manipulated Bundle.

Author:
Felix Project Team

Method Summary
 java.util.jar.Manifest getManifest()
          Returns the original bundle's Manifest.
 

Method Detail

getManifest

java.util.jar.Manifest getManifest()
Returns the original bundle's Manifest.

Returns:
Manifest of the bundle


Copyright © 2006-2013 The Apache Software Foundation. All Rights Reserved.