Uses of Interface
org.eclipse.tycho.artifactcomparator.ArtifactDelta
Packages that use ArtifactDelta
-
Uses of ArtifactDelta in org.eclipse.tycho.artifactcomparator
Fields in org.eclipse.tycho.artifactcomparator declared as ArtifactDeltaModifier and TypeFieldDescriptionstatic final ArtifactDeltaArtifactDelta.BASELINE_ONLYa default instance that indicate an item is only present in the baseline but no more detailsstatic final ArtifactDeltaArtifactDelta.DEFAULTa default instance that indicates there is a difference but can't tell any further detailsstatic final ArtifactDeltaArtifactDelta.MISSING_FROM_BASELINEa default instance that indicate an item is missing from what is found in the baselinestatic final ArtifactDeltaArtifactDelta.NO_DIFFERENCEA delta that represents no difference was foundMethods in org.eclipse.tycho.artifactcomparator that return ArtifactDeltaModifier and TypeMethodDescriptionComparatorInputStream.compare(ComparatorInputStream other) Compares this stream directly to another stream on a by-by-byte basis, this is independent of the state of the streams, e.g number of bytes read, closing or mark state.ArtifactComparator.getDelta(File baseline, File reactor, ArtifactComparator.ComparisonData execution) -
Uses of ArtifactDelta in org.eclipse.tycho.zipcomparator.internal
Classes in org.eclipse.tycho.zipcomparator.internal that implement ArtifactDeltaModifier and TypeClassDescriptionstatic final classclassclassMethods in org.eclipse.tycho.zipcomparator.internal that return ArtifactDeltaModifier and TypeMethodDescriptionstatic ArtifactDeltaTextComparator.compareText(ComparatorInputStream baseline, ComparatorInputStream reactor, ArtifactComparator.ComparisonData data) static ArtifactDeltaTextComparator.createDelta(String message, ComparatorInputStream baseline, ComparatorInputStream reactor, ArtifactComparator.ComparisonData data) ClassfileComparator.getDelta(ComparatorInputStream baseline, ComparatorInputStream reactor, ArtifactComparator.ComparisonData data) ContentsComparator.getDelta(ComparatorInputStream baseline, ComparatorInputStream reactor, ArtifactComparator.ComparisonData data) Computes the delta for the givenInputStreams, the streams passed will support mark/reset for repeated reads.DefaultContentsComparator.getDelta(ComparatorInputStream baseline, ComparatorInputStream reactor, ArtifactComparator.ComparisonData data) HtmlComparator.getDelta(ComparatorInputStream baseline, ComparatorInputStream reactor, ArtifactComparator.ComparisonData data) ManifestComparator.getDelta(ComparatorInputStream baseline, ComparatorInputStream reactor, ArtifactComparator.ComparisonData data) NestedZipComparator.getDelta(ComparatorInputStream baseline, ComparatorInputStream reactor, ArtifactComparator.ComparisonData data) PropertiesComparator.getDelta(ComparatorInputStream baseline, ComparatorInputStream reactor, ArtifactComparator.ComparisonData data) TextComparator.getDelta(ComparatorInputStream baseline, ComparatorInputStream reactor, ArtifactComparator.ComparisonData data) XmlComparator.getDelta(ComparatorInputStream baseline, ComparatorInputStream reactor, ArtifactComparator.ComparisonData data) ZipComparatorImpl.getDelta(File baseline, File reactor, ArtifactComparator.ComparisonData data) Methods in org.eclipse.tycho.zipcomparator.internal that return types with arguments of type ArtifactDeltaConstructor parameters in org.eclipse.tycho.zipcomparator.internal with type arguments of type ArtifactDeltaModifierConstructorDescriptionCompoundArtifactDelta(String message, Map<String, ? extends ArtifactDelta> members)