Class ClassfileComparator.ClassfileArtifactDelta
java.lang.Object
org.eclipse.tycho.zipcomparator.internal.SimpleArtifactDelta
org.eclipse.tycho.zipcomparator.internal.ClassfileComparator.ClassfileArtifactDelta
- All Implemented Interfaces:
ArtifactDelta
- Enclosing class:
- ClassfileComparator
-
Field Summary
Fields inherited from interface org.eclipse.tycho.artifactcomparator.ArtifactDelta
BASELINE_ONLY, DEFAULT, MISSING_FROM_BASELINE, NO_DIFFERENCE -
Method Summary
Modifier and TypeMethodDescriptionvoidwriteDetails(File destination) Writes some details about this delta to the given destinationMethods inherited from class org.eclipse.tycho.zipcomparator.internal.SimpleArtifactDelta
getBaseline, getDetailedMessage, getMessage, getReactor, writeFile, writeFile
-
Method Details
-
writeDetails
Description copied from interface:ArtifactDeltaWrites some details about this delta to the given destination- Specified by:
writeDetailsin interfaceArtifactDelta- Overrides:
writeDetailsin classSimpleArtifactDelta- Throws:
IOException
-