allensoft.diff
Class Deletion

java.lang.Object
  |
  +--allensoft.diff.Difference
        |
        +--allensoft.diff.Deletion

public class Deletion
extends Difference


Constructor Summary
Deletion(int nStartLineInFile1, int nEndLineInFile1, int nStartLineInFile2, java.lang.String sDeletedText)
           
 
Method Summary
 java.lang.String getDeletedText()
           
 int getEndLineInFile1()
           
 
Methods inherited from class allensoft.diff.Difference
getStartLineInFile1, getStartLineInFile2
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Deletion

public Deletion(int nStartLineInFile1,
                int nEndLineInFile1,
                int nStartLineInFile2,
                java.lang.String sDeletedText)
Method Detail

getEndLineInFile1

public int getEndLineInFile1()

getDeletedText

public java.lang.String getDeletedText()