Class BundleFileProcessor

  • Direct Known Subclasses:
    BSNRenamer

    public abstract class BundleFileProcessor
    extends Object
    The BundleFileProcessor can transform a bundle Manifest by creating a modified copy of the bundle file.
    Since:
    2.4
    • Constructor Detail

      • BundleFileProcessor

        public BundleFileProcessor​(File input,
                                   File outputFolder)
    • Method Detail

      • process

        public File process()
                     throws IOException
        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.