|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--JLibDiff.diff | +--JLibDiff.SJDiff
Title: $FileName: SJDiff.java$
Field Summary |
Fields inherited from class JLibDiff.diff |
msEOL, v |
Fields inherited from interface JLibDiff.define |
DELETE, INSERT, MAXLINES, ORIGIN |
Constructor Summary | |
SJDiff()
Constructor for SJDiff. |
|
SJDiff(JLibDiff.diff d)
Constructor for SJDiff. |
|
SJDiff(java.lang.String s1,
java.lang.String s2)
Constructor for SJDiff. |
|
SJDiff(java.util.Vector v)
Constructor for SJDiff. |
Method Summary | |
void |
diffTextLineIterator(TextLineIterator current,
TextLineIterator newFile)
Builds this diff from the two TextLineIterator objects. |
void |
diffTextLineReader(TextLineReader current,
TextLineReader newFile)
Builds this diff from the two TextLineReader objects. |
Methods inherited from class JLibDiff.diff |
accept, diffBuffer, diffFile, getDiffAlgorithmClass, getHunk, getUnderlyingVector, hunkAt, makeDiff, numberOfHunk, print, setDiffAlgorithmClass, supressEndOfLine |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SJDiff()
public SJDiff(JLibDiff.diff d)
d
- public SJDiff(java.util.Vector v)
v
- public SJDiff(java.lang.String s1, java.lang.String s2) throws java.io.IOException
s1
- s2
-
java.io.IOException
Method Detail |
public void diffTextLineReader(TextLineReader current, TextLineReader newFile) throws java.io.IOException, EndOfSourceException
java.io.IOException
EndOfSourceException
public void diffTextLineIterator(TextLineIterator current, TextLineIterator newFile) throws java.io.IOException, EndOfSourceException
java.io.IOException
EndOfSourceException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |