Class NestedZipComparator

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      ArtifactDelta getDelta​(java.io.InputStream baseline, java.io.InputStream reactor, org.apache.maven.plugin.MojoExecution mojo)  
      • Methods inherited from class java.lang.Object

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

      • NestedZipComparator

        public NestedZipComparator()
    • 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