Package ro.sync.diff.api
Interface DifferenceParent
-
- All Superinterfaces:
Difference
@API(type=NOT_EXTENDABLE, src=PUBLIC) public interface DifferenceParent extends Difference
Represents a difference generated by the diff performer. It holds information regarding the right and left intervals start and end offsets.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<? extends Difference>
getChildren()
Get the children differences list.-
Methods inherited from interface ro.sync.diff.api.Difference
getLeftIntervalEnd, getLeftIntervalStart, getRightIntervalEnd, getRightIntervalStart, getType
-
-
-
-
Method Detail
-
getChildren
java.util.List<? extends Difference> getChildren()
Get the children differences list.- Returns:
- Returns the children.
-
-