Class SipTool


  • public class SipTool
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      SipTool()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.nio.file.Path copyAndModifyManifestInZip​(java.nio.file.Path zipPath, java.lang.String text1, java.lang.String replacement1, java.lang.String text2, java.lang.String replacement2)  
      • Methods inherited from class java.lang.Object

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

      • SipTool

        public SipTool()
    • Method Detail

      • copyAndModifyManifestInZip

        public static java.nio.file.Path copyAndModifyManifestInZip​(java.nio.file.Path zipPath,
                                                                    java.lang.String text1,
                                                                    java.lang.String replacement1,
                                                                    java.lang.String text2,
                                                                    java.lang.String replacement2)
                                                             throws java.io.IOException
        Throws:
        java.io.IOException