Interface ContentsComparator
-
- All Known Implementing Classes:
ClassfileComparator
,DefaultContentsComparator
,ManifestComparator
,NestedZipComparator
,PropertiesComparator
public interface ContentsComparator
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ArtifactDelta
getDelta(java.io.InputStream baseline, java.io.InputStream reactor, org.apache.maven.plugin.MojoExecution mojo)
-
-
-
Method Detail
-
getDelta
ArtifactDelta getDelta(java.io.InputStream baseline, java.io.InputStream reactor, org.apache.maven.plugin.MojoExecution mojo) throws java.io.IOException
- Throws:
java.io.IOException
-
-