Class BSNRenamer


  • public class BSNRenamer
    extends BundleFileProcessor
    Processes a bundle file by changing its Bundle-SymbolicName. The original BSN is copied to a an X_ORIG_BSN header, to allow users to find out what happened.
    Since:
    2.4
    • Constructor Summary

      Constructors 
      Constructor Description
      BSNRenamer​(java.io.File input, java.io.File outputFolder, java.lang.String newBSN)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BSNRenamer

        public BSNRenamer​(java.io.File input,
                          java.io.File outputFolder,
                          java.lang.String newBSN)