Index

A B C D E G H I M N O P S T W X Z 
All Classes and Interfaces|All Packages|Constant Field Values

A

appendDetailedMessage(StringBuilder, int) - Method in class org.eclipse.tycho.zipcomparator.internal.CompoundArtifactDelta
 
ArtifactComparator - Interface in org.eclipse.tycho.artifactcomparator
 
ArtifactComparator.ComparisonData - Record Class in org.eclipse.tycho.artifactcomparator
 
ArtifactDelta - Interface in org.eclipse.tycho.artifactcomparator
Represents both simple and compound artifact delta.
asBytes() - Method in class org.eclipse.tycho.artifactcomparator.ComparatorInputStream
 
asNewStream() - Method in class org.eclipse.tycho.artifactcomparator.ComparatorInputStream
 
asString(Charset) - Method in class org.eclipse.tycho.artifactcomparator.ComparatorInputStream
 

B

BASELINE_ONLY - Static variable in interface org.eclipse.tycho.artifactcomparator.ArtifactDelta
a default instance that indicate an item is only present in the baseline but no more details

C

ClassfileComparator - Class in org.eclipse.tycho.zipcomparator.internal
 
ClassfileComparator() - Constructor for class org.eclipse.tycho.zipcomparator.internal.ClassfileComparator
 
ClassfileComparator.ClassfileArtifactDelta - Class in org.eclipse.tycho.zipcomparator.internal
 
ComparatorInputStream - Class in org.eclipse.tycho.artifactcomparator
Input stream to carry some important information for comparison and allows direct access to the underlying buffer.
ComparatorInputStream(byte[]) - Constructor for class org.eclipse.tycho.artifactcomparator.ComparatorInputStream
 
ComparatorInputStream(InputStream) - Constructor for class org.eclipse.tycho.artifactcomparator.ComparatorInputStream
 
compare(ComparatorInputStream) - Method in class org.eclipse.tycho.artifactcomparator.ComparatorInputStream
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.
compareText(ComparatorInputStream, ComparatorInputStream, ArtifactComparator.ComparisonData) - Static method in class org.eclipse.tycho.zipcomparator.internal.TextComparator
 
ComparisonData(List<String>, boolean) - Constructor for record class org.eclipse.tycho.artifactcomparator.ArtifactComparator.ComparisonData
 
ComparisonData(List<String>, boolean, boolean) - Constructor for record class org.eclipse.tycho.artifactcomparator.ArtifactComparator.ComparisonData
Creates an instance of a ComparisonData record class.
CompoundArtifactDelta - Class in org.eclipse.tycho.zipcomparator.internal
 
CompoundArtifactDelta(String, Map<String, ? extends ArtifactDelta>) - Constructor for class org.eclipse.tycho.zipcomparator.internal.CompoundArtifactDelta
 
ContentsComparator - Interface in org.eclipse.tycho.zipcomparator.internal
 
createDelta(String, ComparatorInputStream, ComparatorInputStream, ArtifactComparator.ComparisonData) - Static method in class org.eclipse.tycho.zipcomparator.internal.TextComparator
 

D

DEFAULT - Static variable in interface org.eclipse.tycho.artifactcomparator.ArtifactDelta
a default instance that indicates there is a difference but can't tell any further details
DefaultContentsComparator - Class in org.eclipse.tycho.zipcomparator.internal
 
DefaultContentsComparator() - Constructor for class org.eclipse.tycho.zipcomparator.internal.DefaultContentsComparator
 

E

equals(Object) - Method in record class org.eclipse.tycho.artifactcomparator.ArtifactComparator.ComparisonData
Indicates whether some other object is "equal to" this one.

G

getBaseline() - Method in class org.eclipse.tycho.zipcomparator.internal.SimpleArtifactDelta
 
getDelta(File, File, ArtifactComparator.ComparisonData) - Method in interface org.eclipse.tycho.artifactcomparator.ArtifactComparator
 
getDelta(File, File, ArtifactComparator.ComparisonData) - Method in class org.eclipse.tycho.zipcomparator.internal.ZipComparatorImpl
 
getDelta(ComparatorInputStream, ComparatorInputStream, ArtifactComparator.ComparisonData) - Method in class org.eclipse.tycho.zipcomparator.internal.ClassfileComparator
 
getDelta(ComparatorInputStream, ComparatorInputStream, ArtifactComparator.ComparisonData) - Method in interface org.eclipse.tycho.zipcomparator.internal.ContentsComparator
Computes the delta for the given InputStreams, the streams passed will support mark/reset for repeated reads.
getDelta(ComparatorInputStream, ComparatorInputStream, ArtifactComparator.ComparisonData) - Method in class org.eclipse.tycho.zipcomparator.internal.DefaultContentsComparator
 
getDelta(ComparatorInputStream, ComparatorInputStream, ArtifactComparator.ComparisonData) - Method in class org.eclipse.tycho.zipcomparator.internal.HtmlComparator
 
getDelta(ComparatorInputStream, ComparatorInputStream, ArtifactComparator.ComparisonData) - Method in class org.eclipse.tycho.zipcomparator.internal.ManifestComparator
 
getDelta(ComparatorInputStream, ComparatorInputStream, ArtifactComparator.ComparisonData) - Method in class org.eclipse.tycho.zipcomparator.internal.NestedZipComparator
 
getDelta(ComparatorInputStream, ComparatorInputStream, ArtifactComparator.ComparisonData) - Method in class org.eclipse.tycho.zipcomparator.internal.PropertiesComparator
 
getDelta(ComparatorInputStream, ComparatorInputStream, ArtifactComparator.ComparisonData) - Method in class org.eclipse.tycho.zipcomparator.internal.TextComparator
 
getDelta(ComparatorInputStream, ComparatorInputStream, ArtifactComparator.ComparisonData) - Method in class org.eclipse.tycho.zipcomparator.internal.XmlComparator
 
getDetailedMessage() - Method in interface org.eclipse.tycho.artifactcomparator.ArtifactDelta
 
getDetailedMessage() - Method in class org.eclipse.tycho.zipcomparator.internal.CompoundArtifactDelta
 
getDetailedMessage() - Method in class org.eclipse.tycho.zipcomparator.internal.SimpleArtifactDelta
 
getMembers() - Method in class org.eclipse.tycho.zipcomparator.internal.CompoundArtifactDelta
 
getMessage() - Method in interface org.eclipse.tycho.artifactcomparator.ArtifactDelta
 
getMessage() - Method in class org.eclipse.tycho.zipcomparator.internal.SimpleArtifactDelta
 
getReactor() - Method in class org.eclipse.tycho.zipcomparator.internal.SimpleArtifactDelta
 

H

hashCode() - Method in record class org.eclipse.tycho.artifactcomparator.ArtifactComparator.ComparisonData
Returns a hash code value for this object.
HtmlComparator - Class in org.eclipse.tycho.zipcomparator.internal
Compares html files for some special cases and fall back to simple textcompare otherwise
HtmlComparator() - Constructor for class org.eclipse.tycho.zipcomparator.internal.HtmlComparator
 

I

ignoredPattern() - Method in record class org.eclipse.tycho.artifactcomparator.ArtifactComparator.ComparisonData
Returns the value of the ignoredPattern record component.
isEqualTextIngoreNewLine(byte[], byte[]) - Static method in class org.eclipse.tycho.zipcomparator.internal.TextComparator
Tests if baseline and reactor contain equal text, if line-endings are ignored.
isEquivialentBreeCap(String, String) - Static method in class org.eclipse.tycho.zipcomparator.internal.ManifestComparator
 
isEquivialentBreeCap(String, String, String) - Static method in class org.eclipse.tycho.zipcomparator.internal.ManifestComparator
 
isEquivialentHeaderValue(String, String, String) - Static method in class org.eclipse.tycho.zipcomparator.internal.ManifestComparator
 
isIgnoredHeaderName(String) - Static method in class org.eclipse.tycho.zipcomparator.internal.ManifestComparator
 
isIgnoredHeaderName(Attributes.Name) - Static method in class org.eclipse.tycho.zipcomparator.internal.ManifestComparator
 

M

ManifestComparator - Class in org.eclipse.tycho.zipcomparator.internal
 
ManifestComparator() - Constructor for class org.eclipse.tycho.zipcomparator.internal.ManifestComparator
 
matches(String) - Method in class org.eclipse.tycho.zipcomparator.internal.ClassfileComparator
 
matches(String) - Method in interface org.eclipse.tycho.zipcomparator.internal.ContentsComparator
Check if this comparator matches the given name or extension
matches(String) - Method in class org.eclipse.tycho.zipcomparator.internal.DefaultContentsComparator
 
matches(String) - Method in class org.eclipse.tycho.zipcomparator.internal.HtmlComparator
 
matches(String) - Method in class org.eclipse.tycho.zipcomparator.internal.ManifestComparator
 
matches(String) - Method in class org.eclipse.tycho.zipcomparator.internal.NestedZipComparator
 
matches(String) - Method in class org.eclipse.tycho.zipcomparator.internal.PropertiesComparator
 
matches(String) - Method in class org.eclipse.tycho.zipcomparator.internal.TextComparator
 
matches(String) - Method in class org.eclipse.tycho.zipcomparator.internal.XmlComparator
 
MISSING_FROM_BASELINE - Static variable in interface org.eclipse.tycho.artifactcomparator.ArtifactDelta
a default instance that indicate an item is missing from what is found in the baseline

N

NestedZipComparator - Class in org.eclipse.tycho.zipcomparator.internal
 
NestedZipComparator() - Constructor for class org.eclipse.tycho.zipcomparator.internal.NestedZipComparator
 
NO_DIFFERENCE - Static variable in interface org.eclipse.tycho.artifactcomparator.ArtifactDelta
A delta that represents no difference was found

O

org.eclipse.tycho.artifactcomparator - package org.eclipse.tycho.artifactcomparator
 
org.eclipse.tycho.zipcomparator.internal - package org.eclipse.tycho.zipcomparator.internal
 

P

PropertiesComparator - Class in org.eclipse.tycho.zipcomparator.internal
 
PropertiesComparator() - Constructor for class org.eclipse.tycho.zipcomparator.internal.PropertiesComparator
 

S

showDiffDetails() - Method in record class org.eclipse.tycho.artifactcomparator.ArtifactComparator.ComparisonData
Returns the value of the showDiffDetails record component.
SimpleArtifactDelta - Class in org.eclipse.tycho.zipcomparator.internal
 
SimpleArtifactDelta(String) - Constructor for class org.eclipse.tycho.zipcomparator.internal.SimpleArtifactDelta
 
SimpleArtifactDelta(String, String, String) - Constructor for class org.eclipse.tycho.zipcomparator.internal.SimpleArtifactDelta
 
SimpleArtifactDelta(String, String, String, String) - Constructor for class org.eclipse.tycho.zipcomparator.internal.SimpleArtifactDelta
 
size() - Method in class org.eclipse.tycho.artifactcomparator.ComparatorInputStream
 

T

TextComparator - Class in org.eclipse.tycho.zipcomparator.internal
Compares text-like files by ignoring there line ending styles
TextComparator() - Constructor for class org.eclipse.tycho.zipcomparator.internal.TextComparator
 
THRESHOLD - Static variable in interface org.eclipse.tycho.zipcomparator.internal.ContentsComparator
System property that controls the threshold size where a direct byte compare is performed (default 5 mb)
toString() - Method in record class org.eclipse.tycho.artifactcomparator.ArtifactComparator.ComparisonData
Returns a string representation of this record class.
TYPE - Static variable in class org.eclipse.tycho.zipcomparator.internal.ClassfileComparator
 
TYPE - Static variable in class org.eclipse.tycho.zipcomparator.internal.DefaultContentsComparator
 
TYPE - Static variable in class org.eclipse.tycho.zipcomparator.internal.ManifestComparator
 
TYPE - Static variable in class org.eclipse.tycho.zipcomparator.internal.NestedZipComparator
 
TYPE - Static variable in class org.eclipse.tycho.zipcomparator.internal.PropertiesComparator
 
TYPE - Static variable in class org.eclipse.tycho.zipcomparator.internal.ZipComparatorImpl
 

W

writeDelta() - Method in record class org.eclipse.tycho.artifactcomparator.ArtifactComparator.ComparisonData
Returns the value of the writeDelta record component.
writeDetails(File) - Method in interface org.eclipse.tycho.artifactcomparator.ArtifactDelta
Writes some details about this delta to the given destination
writeDetails(File) - Method in class org.eclipse.tycho.zipcomparator.internal.ClassfileComparator.ClassfileArtifactDelta
 
writeDetails(File) - Method in class org.eclipse.tycho.zipcomparator.internal.CompoundArtifactDelta
 
writeDetails(File) - Method in class org.eclipse.tycho.zipcomparator.internal.SimpleArtifactDelta
 
writeFile(File, String, InputStream) - Static method in class org.eclipse.tycho.zipcomparator.internal.SimpleArtifactDelta
 
writeFile(File, String, String) - Static method in class org.eclipse.tycho.zipcomparator.internal.SimpleArtifactDelta
 

X

XmlComparator - Class in org.eclipse.tycho.zipcomparator.internal
 
XmlComparator() - Constructor for class org.eclipse.tycho.zipcomparator.internal.XmlComparator
 

Z

ZipComparatorImpl - Class in org.eclipse.tycho.zipcomparator.internal
 
ZipComparatorImpl() - Constructor for class org.eclipse.tycho.zipcomparator.internal.ZipComparatorImpl
 
A B C D E G H I M N O P S T W X Z 
All Classes and Interfaces|All Packages|Constant Field Values