Class BytesArtifactComparator

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String HINT  
    • Method Summary

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

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

      • BytesArtifactComparator

        public BytesArtifactComparator()
    • Method Detail

      • getDelta

        public ArtifactDelta getDelta​(java.io.File baseline,
                                      java.io.File reactor,
                                      org.apache.maven.plugin.MojoExecution mojoExecution)
                               throws java.io.IOException
        Specified by:
        getDelta in interface ArtifactComparator
        Throws:
        java.io.IOException