Class ManifestComparator

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static java.util.Collection<java.util.jar.Attributes.Name> IGNORED_KEYS  
      static java.lang.String TYPE  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void addDelta​(java.util.TreeMap<java.lang.String,​ArtifactDelta> result, java.util.jar.Attributes.Name key, java.lang.String message)  
      ArtifactDelta getDelta​(java.io.InputStream baseline, java.io.InputStream reactor, org.apache.maven.plugin.MojoExecution mojo)  
      protected java.util.Set<java.util.jar.Attributes.Name> getNames​(java.util.jar.Attributes attributes)  
      • Methods inherited from class java.lang.Object

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

      • IGNORED_KEYS

        private static final java.util.Collection<java.util.jar.Attributes.Name> IGNORED_KEYS
    • Constructor Detail

      • ManifestComparator

        public ManifestComparator()
    • Method Detail

      • getDelta

        public ArtifactDelta getDelta​(java.io.InputStream baseline,
                                      java.io.InputStream reactor,
                                      org.apache.maven.plugin.MojoExecution mojo)
                               throws java.io.IOException
        Specified by:
        getDelta in interface ContentsComparator
        Throws:
        java.io.IOException
      • addDelta

        protected void addDelta​(java.util.TreeMap<java.lang.String,​ArtifactDelta> result,
                                java.util.jar.Attributes.Name key,
                                java.lang.String message)
      • getNames

        protected java.util.Set<java.util.jar.Attributes.Name> getNames​(java.util.jar.Attributes attributes)