Class DefaultContentsComparator

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String TYPE  
    • 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

      • DefaultContentsComparator

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