| Package | Description |
|---|---|
| org.eclipse.tycho.artifactcomparator | |
| org.eclipse.tycho.plugins.p2 | |
| org.eclipse.tycho.zipcomparator.internal |
| Modifier and Type | Method and Description |
|---|---|
ArtifactDelta |
ArtifactComparator.getDelta(java.io.File baseline,
java.io.File reactor) |
| Modifier and Type | Class and Description |
|---|---|
private static class |
BaselineValidator.MissingArtifactDelta |
| Modifier and Type | Method and Description |
|---|---|
private boolean |
BaselineValidator.isMissingOnlyDelta(ArtifactDelta delta) |
| Modifier and Type | Class and Description |
|---|---|
class |
CompoundArtifactDelta |
class |
SimpleArtifactDelta |
| Modifier and Type | Field and Description |
|---|---|
private java.util.Map<java.lang.String,ArtifactDelta> |
CompoundArtifactDelta.members |
| Modifier and Type | Method and Description |
|---|---|
ArtifactDelta |
ClassfileComparator.getDelta(java.io.InputStream baseline,
java.io.InputStream reactor) |
ArtifactDelta |
ContentsComparator.getDelta(java.io.InputStream baseline,
java.io.InputStream reactor) |
ArtifactDelta |
DefaultContentsComparator.getDelta(java.io.InputStream baseline,
java.io.InputStream reactor) |
ArtifactDelta |
ManifestComparator.getDelta(java.io.InputStream baseline,
java.io.InputStream reactor) |
ArtifactDelta |
NestedZipComparator.getDelta(java.io.InputStream baseline,
java.io.InputStream reactor) |
ArtifactDelta |
PropertiesComparator.getDelta(java.io.InputStream baseline,
java.io.InputStream reactor) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,ArtifactDelta> |
CompoundArtifactDelta.getMembers() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ManifestComparator.addDelta(java.util.TreeMap<java.lang.String,ArtifactDelta> result,
java.util.jar.Attributes.Name key,
java.lang.String message) |
| Constructor and Description |
|---|
CompoundArtifactDelta(java.lang.String message,
java.util.Map<java.lang.String,ArtifactDelta> members) |