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 ArtifactDeltagetDelta(InputStream baseline, InputStream reactor, org.apache.maven.plugin.MojoExecution mojo)
-
-
-
Method Detail
-
getDelta
ArtifactDelta getDelta(InputStream baseline, InputStream reactor, org.apache.maven.plugin.MojoExecution mojo) throws IOException
- Throws:
IOException
-
-