Class BytesArtifactComparator
- java.lang.Object
-
- org.eclipse.tycho.plugins.p2.extras.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 Summary
Constructors Constructor Description BytesArtifactComparator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.eclipse.tycho.artifactcomparator.ArtifactDelta
getDelta(File baseline, File reactor, org.apache.maven.plugin.MojoExecution mojoExecution)
-
-
-
Field Detail
-
HINT
public static final String HINT
- See Also:
- Constant Field Values
-
-
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 interfaceorg.eclipse.tycho.artifactcomparator.ArtifactComparator
- Throws:
IOException
-
-