public class Difference
extends java.lang.Object
Difference
subtypes.Modifier and Type | Method and Description |
---|---|
DifferenceElementType |
getDifferenceElementType() |
java.util.List<Difference> |
getDifferences() |
DifferenceType |
getDifferenceType() |
Difference |
getParentDifference()
The parent
Difference is the parent in the difference hierarchy |
java.lang.String |
toDisplayText()
Convenient method to show the contents of
Difference objects to a report or the console |
public DifferenceType getDifferenceType()
DifferenceType
of this Difference
object, not nullpublic DifferenceElementType getDifferenceElementType()
DifferenceElementType
of this Difference
object, not nullpublic Difference getParentDifference()
Difference
is the parent in the difference hierarchyDifference
of the parent of this Difference
object, not nullpublic java.lang.String toDisplayText()
Difference
objects to a report or the consoleDifference
in a structured way, not nullpublic java.util.List<Difference> getDifferences()
List
collection of child Difference
objects, not null