Class BytesArtifactComparator

  • All Implemented Interfaces:
    org.eclipse.tycho.artifactcomparator.ArtifactComparator

    @Component(role=org.eclipse.tycho.artifactcomparator.ArtifactComparator.class,
               hint="bytes")
    public class BytesArtifactComparator
    extends Object
    implements org.eclipse.tycho.artifactcomparator.ArtifactComparator
    • Constructor Detail

      • BytesArtifactComparator

        public BytesArtifactComparator()
    • Method Detail

      • getDelta

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