Package org.apache.sling.commons.osgi
Class BundleFileProcessor
- java.lang.Object
 - 
- org.apache.sling.commons.osgi.BundleFileProcessor
 
 
- 
- Direct Known Subclasses:
 BSNRenamer
public abstract class BundleFileProcessor extends java.lang.ObjectTheBundleFileProcessorcan transform a bundle Manifest by creating a modified copy of the bundle file.- Since:
 - 2.4
 
 
- 
- 
Constructor Summary
Constructors Constructor Description BundleFileProcessor(java.io.File input, java.io.File outputFolder) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.io.Fileprocess()Creates a new OSGi Bundle from a given bundle, processing its manifest using the processManifest method. 
 -