Package org.uberfire.java.nio.base
Class TextualDiff
- java.lang.Object
-
- org.uberfire.java.nio.base.TextualDiff
-
public class TextualDiff extends Object
-
-
Constructor Summary
Constructors Constructor Description TextualDiff(String oldFilePath, String newFilePath, String changeType, int linesAdded, int linesDeleted, String diffText)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetChangeType()StringgetDiffText()intgetLinesAdded()intgetLinesDeleted()StringgetNewFilePath()StringgetOldFilePath()
-