Package org.uberfire.java.nio.base
Class FileDiff
- java.lang.Object
-
- org.uberfire.java.nio.base.FileDiff
-
public class FileDiff extends Object
Represents difference between two files. This is just a segment of the file, not necessary the differences of the whole file.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetChangeType()intgetEndA()intgetEndB()List<String>getLinesA()List<String>getLinesB()StringgetNameA()StringgetNameB()intgetStartA()intgetStartB()inthashCode()StringtoString()
-