Class DiffLinesLabel

java.lang.Object
org.variantsync.diffdetective.variation.DiffLinesLabel
All Implemented Interfaces:
Label

public class DiffLinesLabel extends Object implements Label
A label consisting of lines with line number information for each line. Using this label, a VariationDiff encodes all information (except the original line ending encoding, i.e. LF vs CRLF) necessary to reconstruct the original files and, when used during construction, the line diff between these files.