Class JdkManifestFactory


  • class JdkManifestFactory
    extends java.lang.Object
    Not part of any public API
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) static java.lang.String getArchiverVersion()  
      static java.util.jar.Manifest getDefaultManifest()  
      static void merge​(java.util.jar.Manifest target, java.util.jar.Manifest other, boolean overwriteMain)  
      static void mergeAttributes​(java.util.jar.Attributes target, java.util.jar.Attributes section)
      Merge in another section
      • Methods inherited from class java.lang.Object

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

      • JdkManifestFactory

        JdkManifestFactory()
    • Method Detail

      • getArchiverVersion

        static java.lang.String getArchiverVersion()
      • merge

        public static void merge​(java.util.jar.Manifest target,
                                 java.util.jar.Manifest other,
                                 boolean overwriteMain)
      • mergeAttributes

        public static void mergeAttributes​(java.util.jar.Attributes target,
                                           java.util.jar.Attributes section)
        Merge in another section
        Parameters:
        target - The target manifest of the merge
        section - the section to be merged with this one.