Interface ArtifactComparator
-
- All Known Implementing Classes:
BytesArtifactComparator
,ZipComparatorImpl
public interface ArtifactComparator
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ArtifactDelta
getDelta(File baseline, File reactor, org.apache.maven.plugin.MojoExecution execution)
-
-
-
Method Detail
-
getDelta
ArtifactDelta getDelta(File baseline, File reactor, org.apache.maven.plugin.MojoExecution execution) throws IOException
- Throws:
IOException
-
-