Class BytesArtifactComparator
- java.lang.Object
-
- org.eclipse.tycho.plugins.p2.extras.BytesArtifactComparator
-
- All Implemented Interfaces:
ArtifactComparator
@Component(role=ArtifactComparator.class, hint="bytes") public class BytesArtifactComparator extends java.lang.Object implements ArtifactComparator
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
HINT
-
Constructor Summary
Constructors Constructor Description BytesArtifactComparator()
-
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)
-
-
-
Field Detail
-
HINT
public static final java.lang.String HINT
- See Also:
- Constant Field Values
-
-
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 interfaceArtifactComparator
- Throws:
java.io.IOException
-
-