Class NestedZipComparator
- java.lang.Object
-
- org.eclipse.tycho.zipcomparator.internal.NestedZipComparator
-
- All Implemented Interfaces:
ContentsComparator
@Component(role=ContentsComparator.class, hint="zip") public class NestedZipComparator extends Object implements ContentsComparator
-
-
Constructor Summary
Constructors Constructor Description NestedZipComparator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ArtifactDelta
getDelta(InputStream baseline, InputStream reactor, org.apache.maven.plugin.MojoExecution mojo)
-
-
-
Field Detail
-
TYPE
public static final String TYPE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getDelta
public ArtifactDelta getDelta(InputStream baseline, InputStream reactor, org.apache.maven.plugin.MojoExecution mojo) throws IOException
- Specified by:
getDelta
in interfaceContentsComparator
- Throws:
IOException
-
-