Package org.apache.sling.commons.osgi
Class BundleFileProcessor
java.lang.Object
org.apache.sling.commons.osgi.BundleFileProcessor
- Direct Known Subclasses:
BSNRenamer
The
BundleFileProcessor can transform a bundle Manifest
by creating a modified copy of the bundle file.- Since:
- 2.4
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
BundleFileProcessor
-
-
Method Details
-
process
Creates a new OSGi Bundle from a given bundle, processing its manifest using the processManifest method.- Returns:
- The new bundle file
- Throws:
IOException- If something goes wrong reading or writing.
-