Class ManifestComparator
- java.lang.Object
-
- org.eclipse.tycho.zipcomparator.internal.ManifestComparator
-
- All Implemented Interfaces:
ContentsComparator
@Component(role=ContentsComparator.class, hint="manifest") public class ManifestComparator extends Object implements ContentsComparator
-
-
Constructor Summary
Constructors Constructor Description ManifestComparator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
addDelta(TreeMap<String,ArtifactDelta> result, Attributes.Name key, String message)
ArtifactDelta
getDelta(InputStream baseline, InputStream reactor, org.apache.maven.plugin.MojoExecution mojo)
protected Set<Attributes.Name>
getNames(Attributes attributes)
-
-
-
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
-
addDelta
protected void addDelta(TreeMap<String,ArtifactDelta> result, Attributes.Name key, String message)
-
getNames
protected Set<Attributes.Name> getNames(Attributes attributes)
-
-