|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.jalios.util.diff.Hunk com.jalios.util.diff.HunkChange
public class HunkChange
The HunkChange
class represents a bloc of difference reliding
change.
Constructor Summary | |
---|---|
HunkChange()
|
Method Summary | |
---|---|
String |
convert_ED()
Returns a string representation of the current hunk with ED_script format . |
String |
convert_RCS()
Returns a string representation of the current hunk with RCS_script format . |
String |
convert()
Returns a string representation of the current hunk with normal format . |
String |
getAfter()
|
String |
getBefore()
|
String |
getNewContents()
Returns update string. |
int |
highLine(int filenum)
Returns the number of high line of file passed in argument . |
int |
lowLine(int filenum)
Returns the number of low line of file passed in argument . |
int |
numLines(int filenum)
Returns the number of lines consedered in this hunk and which came from file passed in argument . |
String |
relNum(int filenum,
int linenum)
Returns a string representing the line in file and position passed in argument. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HunkChange()
Method Detail |
---|
public String getNewContents()
public String convert()
convert
in class Hunk
public String convert_ED()
convert_ED
in class Hunk
public String convert_RCS()
convert_RCS
in class Hunk
public int lowLine(int filenum)
lowLine
in class Hunk
filenum
- The number of file (the first file '0', or the second '1').public int highLine(int filenum)
highLine
in class Hunk
filenum
- The number of file (the first file '0', or the second '1').public int numLines(int filenum)
numLines
in class Hunk
filenum
- The number of file (the first file '0', or the second '1').public String relNum(int filenum, int linenum)
relNum
in class Hunk
filenum
- The number of file (the first file '0', or the second '1').linenum
- the number of line that will be returned.public String getAfter()
getAfter
in class Hunk
Hunk.getAfter()
public String getBefore()
getBefore
in class Hunk
Hunk.getBefore()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |