Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
A B C D E F G H I J L M N O P R S T U V X Y

A

ADD - Static variable in class JLibDiff.DiffType
 
ADD - Static variable in class JLibDiff.Hunk3Type
 
a - Variable in class JLibDiff.Hunk3
 
a - Variable in class JLibDiff.HunkChange
 
a - Variable in class JLibDiff.HunkDel
 
accept(HunkVisitor) - Method in class JLibDiff.Hunk
 
accept(Hunk3Visitor) - Method in interface JLibDiff.Hunk3Visitable
 
accept(HunkVisitor) - Method in class JLibDiff.HunkAdd
 
accept(HunkVisitor) - Method in class JLibDiff.HunkChange
 
accept(HunkVisitor) - Method in class JLibDiff.HunkDel
 
accept(HunkVisitor) - Method in interface JLibDiff.HunkVisitable
 
accept(HunkVisitor) - Method in class JLibDiff.diff
Accept a visitor in order to visit the collection of hunks.
accept(Hunk3Visitor) - Method in class JLibDiff.diff3
 
accpet(Hunk3Visitor) - Method in class JLibDiff.Hunk3
 
add(edit, edit) - Static method in class JLibDiff.edit
 
addSingleFileChangeHunks(Vector, Vector, Vector, int, int, int, DiffType) - Method in class JLibDiff.diff3
 
affiche() - Method in class JLibDiff.edit
 
areHunksEquivelent(Hunk, Hunk) - Method in class JLibDiff.diff3
 
areHunksEquivelent(Hunk, Hunk, int) - Method in class JLibDiff.diff3
 
areRangesEqual(TextLineReader2, int, int, TextLineReader2, int, int) - Method in class JLibDiff.diff3
 
areRangesSame(int, int, int, int) - Method in class JLibDiff.diff3
 

B

BOTH_FILES_DIFFERENT - Static variable in class JLibDiff.Hunk3Type
 
BOTH_FILES_SAME - Static variable in class JLibDiff.Hunk3Type
 
Builder - class JLibDiff.Builder.
Title: $FileName: Builder.java$
Builder() - Constructor for class JLibDiff.Builder
 
Builder.BuildHunkResult - class JLibDiff.Builder.BuildHunkResult.
 
Builder.BuildHunkResult() - Constructor for class JLibDiff.Builder.BuildHunkResult
 
b - Variable in class JLibDiff.Hunk3
 
b - Variable in class JLibDiff.HunkAdd
 
b - Variable in class JLibDiff.HunkChange
 
bdiag - Variable in class JLibDiff.GnuDiffAlgorithm
 
bdiagoff - Variable in class JLibDiff.GnuDiffAlgorithm
 
beginRange - Variable in class JLibDiff.diff3.Range
 
buildChangeList(String[], String[]) - Method in class JLibDiff.GnuDiffAlgorithm
 
buildDiff(File) - Static method in class JLibDiff.Builder
 
buildDiff(String) - Static method in class JLibDiff.Builder
 
buildDiff(Reader) - Static method in class JLibDiff.Builder
 
buildDiff3(Vector, Vector, Vector) - Method in class JLibDiff.diff3
 
buildHunkAdd(String, BufferedLineReader) - Static method in class JLibDiff.Builder
 
buildHunkChange(String, BufferedLineReader) - Static method in class JLibDiff.Builder
 
buildHunkDel(String, BufferedLineReader) - Static method in class JLibDiff.Builder
 
buildHunkString(HunkAdd) - Static method in class JLibDiff.Builder
 
buildHunkString(HunkDel) - Static method in class JLibDiff.Builder
 
buildHunkString(HunkChange) - Static method in class JLibDiff.Builder
 
buildOverLapHunk(Vector, Vector, Vector, int, int, int) - Method in class JLibDiff.diff3
 
buildPath(Object[], Object[]) - Method in class JLibDiff.JRCSMyersAlgorithm
Computes the minimum diffpath that expresses de differences between the original and revised sequences, according to Gene Myers differencing algorithm.
buildRevision(JRCSMyersPathNode, Object[], Object[]) - Method in class JLibDiff.JRCSMyersAlgorithm
Constructs a Revision from a difference path.

C

CHANGE - Static variable in class JLibDiff.DiffType
 
CHANGE - Static variable in class JLibDiff.Hunk3Type
 
CODE_ADD - Static variable in class JLibDiff.DiffType
 
CODE_CHANGE - Static variable in class JLibDiff.DiffType
 
CODE_DELETE - Static variable in class JLibDiff.DiffType
 
CODE_DIFF_1ST - Static variable in class JLibDiff.DiffType
 
CODE_DIFF_2ND - Static variable in class JLibDiff.DiffType
 
CODE_DIFF_3RD - Static variable in class JLibDiff.DiffType
 
CODE_DIFF_ALL - Static variable in class JLibDiff.DiffType
 
CODE_ERROR - Static variable in class JLibDiff.DiffType
 
c - Variable in class JLibDiff.Hunk3
 
changedFlags - Variable in class JLibDiff.FileData
Array, indexed by real origin-1 line number, containing true for a line that is an insertion or a deletion.
clear() - Method in class JLibDiff.FileData
Allocate changed array for the results of comparison.
code() - Method in class JLibDiff.DiffType
 
compareseq(int, int, int, int) - Method in class JLibDiff.GnuDiffAlgorithm
 
continueVisit() - Method in interface JLibDiff.Hunk3Visitor
 
convert() - Method in class JLibDiff.Hunk
Returns a string representation of the current hunk with normal format .
convert() - Method in class JLibDiff.Hunk3
Returns a string representation of the current Hunk with normal format.
convert() - Method in class JLibDiff.HunkAdd
Returns a string representation of the current hunk with normal format .
convert() - Method in class JLibDiff.HunkChange
Returns a string representation of the current hunk with normal format .
convert() - Method in class JLibDiff.HunkDel
Returns a string representation of the current hunk with normal format .
convert_ED() - Method in class JLibDiff.Hunk
Returns a string representation of the current hunk with ED_script format .
convert_ED() - Method in class JLibDiff.HunkAdd
Returns a string representation of the current hunk with ED_script format .
convert_ED() - Method in class JLibDiff.HunkChange
Returns a string representation of the current hunk with ED_script format .
convert_ED() - Method in class JLibDiff.HunkDel
Returns a string representation of the current hunk with ED_script format .
convert_RCS() - Method in class JLibDiff.Hunk
Returns a string representation of the current hunk with RCS_script format .
convert_RCS() - Method in class JLibDiff.HunkAdd
Returns a string representation of the current hunk with RCS_script format .
convert_RCS() - Method in class JLibDiff.HunkChange
Returns a string representation of the current hunk with RCS_script format .
convert_RCS() - Method in class JLibDiff.HunkDel
Returns a string representation of the current hunk with RCS_script format .
cost - Variable in class JLibDiff.GnuDiffAlgorithm
 

D

DELETE - Static variable in class JLibDiff.DiffType
 
DELETE - Static variable in interface JLibDiff.define
 
DIFF_1ST - Static variable in class JLibDiff.DiffType
 
DIFF_2ND - Static variable in class JLibDiff.DiffType
 
DIFF_3RD - Static variable in class JLibDiff.DiffType
 
DIFF_ALL - Static variable in class JLibDiff.DiffType
 
DiffAlgorithm - interface JLibDiff.DiffAlgorithm.
Title: $FileName: DiffAlgorithm.java$
DiffFormatException - exception JLibDiff.DiffFormatException.
Title: $FileName: Util.java$
DiffFormatException() - Constructor for class JLibDiff.DiffFormatException
Constructor for DiffFormatException.
DiffFormatException(String) - Constructor for class JLibDiff.DiffFormatException
Constructor for DiffFormatException.
DiffFormatException(String, Exception) - Constructor for class JLibDiff.DiffFormatException
Constructor for DiffFormatException.
DiffMaker - interface JLibDiff.DiffMaker.
 
DiffTextPrinter - class JLibDiff.DiffTextPrinter.
Title: $FileName: DiffTextPrinter.java$
DiffTextPrinter(PrintStream) - Constructor for class JLibDiff.DiffTextPrinter
 
DiffType - class JLibDiff.DiffType.
 
DiffType(short) - Constructor for class JLibDiff.DiffType
 
define - interface JLibDiff.define.
 
diag(int, int, int, int) - Method in class JLibDiff.GnuDiffAlgorithm
 
diff - Variable in class JLibDiff.Hunk3
 
diff - class JLibDiff.diff.
The diff class compares two files.
diff() - Constructor for class JLibDiff.diff
Allocates a new diff containing no Hunks.
diff(diff) - Constructor for class JLibDiff.diff
 
diff(Vector) - Constructor for class JLibDiff.diff
 
diff(String, String) - Constructor for class JLibDiff.diff
Allocates a new diff which contains Hunks corresponding to the difference between the two files passed in arguments.
diff(String, String, String) - Constructor for class JLibDiff.diff
Allocates a new diff which contains Hunks corresponding to the difference between the two files passed in arguments.
diff3 - class JLibDiff.diff3.
The diff3 class compares three files or three BufferedReaders.
diff3() - Constructor for class JLibDiff.diff3
Allocates a new diff3 containing no Hunks.
diff3(String, String, String) - Constructor for class JLibDiff.diff3
Allocates a new diff3 which contains Hunk3 corresponding to the differences between the three files passed in arguments.
diff3.OverLapBuildResult - class JLibDiff.diff3.OverLapBuildResult.
 
diff3.OverLapBuildResult() - Constructor for class JLibDiff.diff3.OverLapBuildResult
 
diff3.OverlapIndexes - class JLibDiff.diff3.OverlapIndexes.
 
diff3.OverlapIndexes() - Constructor for class JLibDiff.diff3.OverlapIndexes
 
diff3.OverlapTestResult - class JLibDiff.diff3.OverlapTestResult.
 
diff3.OverlapTestResult() - Constructor for class JLibDiff.diff3.OverlapTestResult
 
diff3.Range - class JLibDiff.diff3.Range.
 
diff3.Range(int, int) - Constructor for class JLibDiff.diff3.Range
 
diffAlgorithmClass - Variable in class JLibDiff.diff
 
diffBuffer(BufferedReader, BufferedReader) - Method in class JLibDiff.diff
Compares two BufferedReaders and updates the vector of Hunks.
diffFile(String, String) - Method in class JLibDiff.diff
Compares two files and updates the vector of Hunks.
diffFile(String, String, String) - Method in class JLibDiff.diff3
Compaires three files and updates the vector of Hunk3.
diffTextLineIterator(TextLineIterator, TextLineIterator) - Method in class JLibDiff.SJDiff
Builds this diff from the two TextLineIterator objects.
diffTextLineReader(TextLineReader, TextLineReader) - Method in class JLibDiff.SJDiff
Builds this diff from the two TextLineReader objects.
differenceType - Variable in class JLibDiff.Hunk3Type
 
discard(byte[]) - Method in class JLibDiff.FileData
Actually discard the lines.
discardConfusingLines(FileData) - Method in class JLibDiff.FileData
Discard lines that have no matches in another file.
discardConfusingLines() - Method in class JLibDiff.GnuDiffAlgorithm
 
discardable(int[]) - Method in class JLibDiff.FileData
Mark to be discarded each line that matches no line of another file.
doHunkRangesMatch(Hunk, Hunk) - Method in class JLibDiff.diff3
Returns true if both hunks point to the exact same regions file 0.
doHunksMatch(Hunk, Hunk) - Method in class JLibDiff.diff3
Returns true if both hunks reflect the exact same change to both files.
doHunksOverlap(Hunk, Hunk) - Method in class JLibDiff.diff3
 

E

ERROR - Static variable in class JLibDiff.DiffType
 
edit - class JLibDiff.edit.
 
edit() - Constructor for class JLibDiff.edit
 
endIndex01 - Variable in class JLibDiff.diff3.OverlapIndexes
 
endIndex02 - Variable in class JLibDiff.diff3.OverlapIndexes
 
endRange - Variable in class JLibDiff.diff3.Range
 
eol - Variable in class JLibDiff.JLibDiffAlgorithm
 
equivCount() - Method in class JLibDiff.FileData
Return equiv_count[I] as the number of lines in this file that fall in equivalence class I.
equivMax - Variable in class JLibDiff.GnuDiffAlgorithm
 
equivs - Variable in class JLibDiff.FileData
Vector, indexed by line number, containing an equivalence code for each line.

F

FILE_ONE - Static variable in class JLibDiff.Hunk3Type
 
FILE_TWO - Static variable in class JLibDiff.Hunk3Type
 
FileData - class JLibDiff.FileData.
Title: $FileName: FileData.java$
FileData(Object[], Hashtable, DiffMaker) - Constructor for class JLibDiff.FileData
 
fdiag - Variable in class JLibDiff.GnuDiffAlgorithm
 
fdiagoff - Variable in class JLibDiff.GnuDiffAlgorithm
 
file0Lines - Variable in class JLibDiff.Hunk3
 
file1Lines - Variable in class JLibDiff.Hunk3
 
file2Lines - Variable in class JLibDiff.Hunk3
 
fileInfo - Variable in class JLibDiff.GnuDiffAlgorithm
 
filterDiscards(byte[]) - Method in class JLibDiff.FileData
Don't really discard the provisional lines except when they occur in a run of discardables, with nonprovisionals at the beginning and end.
findOverlapIndex(Hunk, Vector, int) - Method in class JLibDiff.diff3
 

G

GnuDiffAlgorithm - class JLibDiff.GnuDiffAlgorithm.
Title: $FileName: GnuDiffAlgorithm.java$
GnuDiffAlgorithm() - Constructor for class JLibDiff.GnuDiffAlgorithm
 
getChangedFlags() - Method in class JLibDiff.FileData
Returns the changedFlags.
getDiffAlgorithmClass() - Method in class JLibDiff.diff
 
getDifferenceType() - Method in class JLibDiff.Hunk3Type
Returns the differenceType.
getEndOfOverlap(Vector, Vector, int, int) - Method in class JLibDiff.diff3
 
getEol() - Method in class JLibDiff.JLibDiffAlgorithm
Returns the eol.
getEquivMax() - Method in interface JLibDiff.DiffMaker
 
getEquivMax() - Method in class JLibDiff.GnuDiffAlgorithm
Returns the equivMax.
getFile0Lines() - Method in class JLibDiff.Hunk3
Returns the file0Lines.
getFile0Lines() - Method in class JLibDiff.diff3
 
getFile1Lines() - Method in class JLibDiff.Hunk3
Returns the file1Lines.
getFile2Lines() - Method in class JLibDiff.Hunk3
Returns the file2Lines.
getHunk(edit, String[], String[], String) - Static method in class JLibDiff.JLibDiffAlgorithm
 
getHunk() - Method in class JLibDiff.diff
Returns a vector containing Hunks.
getHunk3(Vector, Vector) - Method in class JLibDiff.diff3
 
getHunk3() - Method in class JLibDiff.diff3
Returns a vector containing Hunk3.
getInFileType() - Method in class JLibDiff.Hunk3Type
Returns the inFileType.
getLines(int, int, Object[]) - Method in class JLibDiff.GnuDiffAlgorithm
 
getLines(int, int, Object[]) - Method in class JLibDiff.diff
 
getMaxRange() - Method in class JLibDiff.Hunk3
Returns the maximum range for this hunk3.
getNewContents() - Method in class JLibDiff.HunkAdd
Returns string to append.
getNewContents() - Method in class JLibDiff.HunkChange
Returns update string.
getNumLinesInBuffer() - Method in class JLibDiff.FileData
Returns the numLinesInBuffer.
getNumLinesNotDiscarded() - Method in class JLibDiff.FileData
Returns the numLinesNotDiscarded.
getOldContents() - Method in class JLibDiff.HunkDel
Returns string to delete.
getRealindexes() - Method in class JLibDiff.FileData
Returns the realindexes.
getType() - Method in class JLibDiff.Hunk3
Returns the type.
getUnderlyingVector() - Method in class JLibDiff.diff
 
getUndiscarded() - Method in class JLibDiff.FileData
Returns the undiscarded.
getline1() - Method in class JLibDiff.edit
 
getline2() - Method in class JLibDiff.edit
 
getop() - Method in class JLibDiff.edit
 

H

Hunk - class JLibDiff.Hunk.
The Hunk class is a super class of classes HunkAdd , HunkChange and HunkDel .it is an abstarct class.
Hunk() - Constructor for class JLibDiff.Hunk
 
Hunk3 - class JLibDiff.Hunk3.
 
Hunk3() - Constructor for class JLibDiff.Hunk3
Allocates a new Hunk3.
Hunk3Type - class JLibDiff.Hunk3Type.
 
Hunk3Type() - Constructor for class JLibDiff.Hunk3Type
 
Hunk3Type.DifferenceType - class JLibDiff.Hunk3Type.DifferenceType.
 
Hunk3Type.DifferenceType(String) - Constructor for class JLibDiff.Hunk3Type.DifferenceType
 
Hunk3Type.InFileType - class JLibDiff.Hunk3Type.InFileType.
 
Hunk3Type.InFileType(String) - Constructor for class JLibDiff.Hunk3Type.InFileType
 
Hunk3Visitable - interface JLibDiff.Hunk3Visitable.
 
Hunk3Visitor - interface JLibDiff.Hunk3Visitor.
 
HunkAdd - class JLibDiff.HunkAdd.
The HunkAdd class represents a bloc of difference reliding addition(insertion).
HunkAdd() - Constructor for class JLibDiff.HunkAdd
 
HunkChange - class JLibDiff.HunkChange.
The HunkChange class represents a bloc of difference reliding change.
HunkChange() - Constructor for class JLibDiff.HunkChange
 
HunkDel - class JLibDiff.HunkDel.
The HunkDel class represents a bloc of difference that will be deleted.
HunkDel() - Constructor for class JLibDiff.HunkDel
 
HunkPrintEDVisitor - class JLibDiff.HunkPrintEDVisitor.
 
HunkPrintEDVisitor() - Constructor for class JLibDiff.HunkPrintEDVisitor
 
HunkPrintRCSVisitor - class JLibDiff.HunkPrintRCSVisitor.
 
HunkPrintRCSVisitor() - Constructor for class JLibDiff.HunkPrintRCSVisitor
 
HunkPrintVisitor - class JLibDiff.HunkPrintVisitor.
 
HunkPrintVisitor() - Constructor for class JLibDiff.HunkPrintVisitor
 
HunkVisitable - interface JLibDiff.HunkVisitable.
 
HunkVisitor - class JLibDiff.HunkVisitor.
 
HunkVisitor() - Constructor for class JLibDiff.HunkVisitor
 
heuristic - Variable in class JLibDiff.GnuDiffAlgorithm
 
highLine(int) - Method in class JLibDiff.Hunk
Returns the number of high line of file passed in argument .
highLine(int) - Method in class JLibDiff.Hunk3
Returns the value of position of bloc end line reliding the file passed in argument.
highLine(int) - Method in class JLibDiff.HunkAdd
Returns the number of high line of file passed in argument .
highLine(int) - Method in class JLibDiff.HunkChange
Returns the number of high line of file passed in argument .
highLine(int) - Method in class JLibDiff.HunkDel
Returns the number of high line of file passed in argument .
hunk - Variable in class JLibDiff.Builder.BuildHunkResult
 
hunk1HasHighest0(Hunk, Hunk) - Method in class JLibDiff.diff3
 
hunk1HasLowest0(Hunk, Hunk) - Method in class JLibDiff.diff3
 
hunk3 - Variable in class JLibDiff.diff3.OverLapBuildResult
 
hunk3At(int) - Method in class JLibDiff.diff3
Return the hunk3 at the specified index.
hunkAt(int) - Method in class JLibDiff.diff
Return the hunk at the specified index.

I

INSERT - Static variable in interface JLibDiff.define
 
i - Variable in class JLibDiff.JRCSMyersPathNode
 
inFileType - Variable in class JLibDiff.Hunk3Type
 
incrimentEquivMax() - Method in interface JLibDiff.DiffMaker
 
incrimentEquivMax() - Method in class JLibDiff.GnuDiffAlgorithm
 
intValue(String) - Static method in class JLibDiff.Builder
 
intersection(diff3.Range) - Method in class JLibDiff.diff3.Range
 
isHunkOneBeforeHunkTwo(Hunk, Hunk) - Method in class JLibDiff.diff3
Returns true if Hunk 1 refers to a region of file 0 entirely before the region reference by hunk 2.
isNoDiscards() - Method in interface JLibDiff.DiffMaker
 
isNoDiscards() - Method in class JLibDiff.GnuDiffAlgorithm
Returns the noDiscards.
isNumWithinRange(int, int, int) - Method in class JLibDiff.diff3
 
isValid() - Method in class JLibDiff.diff3.Range
 

J

JLibDiff - package JLibDiff
 
JLibDiffAlgorithm - class JLibDiff.JLibDiffAlgorithm.
Title: $FileName: JLibDiffAlgorithm.java$
JLibDiffAlgorithm() - Constructor for class JLibDiff.JLibDiffAlgorithm
 
JRCSMyersAlgorithm - class JLibDiff.JRCSMyersAlgorithm.
 
JRCSMyersAlgorithm() - Constructor for class JLibDiff.JRCSMyersAlgorithm
 
JRCSMyersPathNode - class JLibDiff.JRCSMyersPathNode.
 
JRCSMyersPathNode(int, int) - Constructor for class JLibDiff.JRCSMyersPathNode
Creates a diffpath of a single node.
JRCSMyersPathNode(int, int, JRCSMyersPathNode) - Constructor for class JLibDiff.JRCSMyersPathNode
Adds a node to an existing diffpath.
j - Variable in class JLibDiff.JRCSMyersPathNode
 

L

ld1 - Variable in class JLibDiff.HunkAdd
 
ld1 - Variable in class JLibDiff.HunkChange
 
ld1 - Variable in class JLibDiff.HunkDel
 
ld2 - Variable in class JLibDiff.HunkAdd
 
ld2 - Variable in class JLibDiff.HunkChange
 
ld2 - Variable in class JLibDiff.HunkDel
 
lf1 - Variable in class JLibDiff.HunkChange
 
lf1 - Variable in class JLibDiff.HunkDel
 
lf2 - Variable in class JLibDiff.HunkAdd
 
lf2 - Variable in class JLibDiff.HunkChange
 
line1 - Variable in class JLibDiff.edit
 
line2 - Variable in class JLibDiff.edit
 
lowLine(int) - Method in class JLibDiff.Hunk
Returns the number of low line of file passed in argument .
lowLine(int) - Method in class JLibDiff.Hunk3
Returns the value of position of bloc start line reliding the file passed in argument.
lowLine(int) - Method in class JLibDiff.HunkAdd
Returns the number of low line of file passed in argument .
lowLine(int) - Method in class JLibDiff.HunkChange
Returns the number of low line of file passed in argument .
lowLine(int) - Method in class JLibDiff.HunkDel
Returns the number of low line of file passed in argument .

M

MAXLINES - Static variable in interface JLibDiff.define
 
main(String[]) - Static method in class JLibDiff.Builder
 
main(String[]) - Static method in class JLibDiff.DiffTextPrinter
 
makeDiff(String[], String[]) - Method in interface JLibDiff.DiffAlgorithm
 
makeDiff(String[], String[]) - Method in class JLibDiff.GnuDiffAlgorithm
 
makeDiff(String[], String[]) - Method in class JLibDiff.JLibDiffAlgorithm
 
makeDiff(String[], String[]) - Method in class JLibDiff.JRCSMyersAlgorithm
 
makeDiff(String[], String[]) - Method in class JLibDiff.diff
 
maker - Variable in class JLibDiff.FileData
 
msEOL - Variable in class JLibDiff.diff
 
msEndOfLine - Variable in class JLibDiff.diff
 

N

nearestIndex - Variable in class JLibDiff.diff3.OverlapTestResult
 
next - Variable in class JLibDiff.Hunk
 
next - Variable in class JLibDiff.edit
 
nextIndex01 - Variable in class JLibDiff.diff3.OverLapBuildResult
 
nextIndex02 - Variable in class JLibDiff.diff3.OverLapBuildResult
 
nextLine - Variable in class JLibDiff.Builder.BuildHunkResult
 
noDiscards - Variable in class JLibDiff.GnuDiffAlgorithm
 
numLines(int) - Method in class JLibDiff.Hunk
Returns the number of lines consedered in this hunk and which came from file passed in argument .
numLines(int) - Method in class JLibDiff.Hunk3
Returns the number of lines reliding this bloc of difference and the file passed in argument.
numLines(int) - Method in class JLibDiff.HunkAdd
Returns the number of lines consedered in this hunk and which came from file passed in argument .
numLines(int) - Method in class JLibDiff.HunkChange
Returns the number of lines consedered in this hunk and which came from file passed in argument .
numLines(int) - Method in class JLibDiff.HunkDel
Returns the number of lines consedered in this hunk and which came from file passed in argument .
numLinesInBuffer - Variable in class JLibDiff.FileData
Number of elements (lines) in this file.
numLinesNotDiscarded - Variable in class JLibDiff.FileData
Total number of nondiscarded lines.
numberOfHunk() - Method in class JLibDiff.diff
Returns the number of hunks in the vector.
numberOfHunk3() - Method in class JLibDiff.diff3
Returns the number of hunk3 in the vector.

O

ORIGIN - Static variable in interface JLibDiff.define
 
op - Variable in class JLibDiff.edit
 
out - Variable in class JLibDiff.DiffTextPrinter
 
overlapFound - Variable in class JLibDiff.diff3.OverlapTestResult
 

P

prev - Variable in class JLibDiff.JRCSMyersPathNode
 
print() - Method in class JLibDiff.diff
Print Hunks with normal format.
print() - Method in class JLibDiff.diff3
Print Hunk3 with normal format.
processHunks(Vector, String, String, String) - Method in class JLibDiff.diff3
 

R

REMOVE - Static variable in class JLibDiff.Hunk3Type
 
range - Variable in class JLibDiff.Hunk3
 
rangeToArrayList(TextLineReader2, int, int) - Method in class JLibDiff.diff3
 
reader0 - Variable in class JLibDiff.diff3
 
reader1 - Variable in class JLibDiff.diff3
 
realindexes - Variable in class JLibDiff.FileData
Vector mapping virtual line numbers (not counting discarded lines) to real ones (counting those lines).
relNum(int, int) - Method in class JLibDiff.Hunk
Returns a string representing the line in file and position passed in argument.
relNum(int, int) - Method in class JLibDiff.HunkAdd
Returns a string representing the line in file and position passed in argument.
relNum(int, int) - Method in class JLibDiff.HunkChange
Returns a string representing the line in file and position passed in argument.
relNum(int, int) - Method in class JLibDiff.HunkDel
Returns a string representing the line in file and position passed in argument.

S

SJDiff - class JLibDiff.SJDiff.
Title: $FileName: SJDiff.java$
SJDiff() - Constructor for class JLibDiff.SJDiff
Constructor for SJDiff.
SJDiff(diff) - Constructor for class JLibDiff.SJDiff
Constructor for SJDiff.
SJDiff(Vector) - Constructor for class JLibDiff.SJDiff
Constructor for SJDiff.
SJDiff(String, String) - Constructor for class JLibDiff.SJDiff
Constructor for SJDiff.
save(String) - Method in class JLibDiff.diff3
Save Hunk3 with normal format at the specified file.
setContinueVisit(boolean) - Method in interface JLibDiff.Hunk3Visitor
 
setDiffAlgorithmClass(String) - Method in class JLibDiff.diff
Sets the diffAlgorithmClass.
setDifferenceType(Hunk3Type.DifferenceType) - Method in class JLibDiff.Hunk3Type
Sets the differenceType.
setEol(String) - Method in interface JLibDiff.DiffAlgorithm
 
setEol(String) - Method in class JLibDiff.GnuDiffAlgorithm
 
setEol(String) - Method in class JLibDiff.JLibDiffAlgorithm
Sets the eol.
setEol(String) - Method in class JLibDiff.JRCSMyersAlgorithm
 
setFile0Lines(ArrayList) - Method in class JLibDiff.Hunk3
Sets the file0Lines.
setFile1Lines(ArrayList) - Method in class JLibDiff.Hunk3
Sets the file1Lines.
setFile2Lines(ArrayList) - Method in class JLibDiff.Hunk3
Sets the file2Lines.
setInFileType(Hunk3Type.InFileType) - Method in class JLibDiff.Hunk3Type
Sets the inFileType.
setRange(int, int, int, int, int, int) - Method in class JLibDiff.Hunk3
Set range of difference which consern this bloc in etch file by values passed in argument.
setType(Hunk3Type) - Method in class JLibDiff.Hunk3
Sets the type.
setedit(int, int, int) - Method in class JLibDiff.edit
 
setline1(int) - Method in class JLibDiff.edit
 
setline2(int) - Method in class JLibDiff.edit
 
setnext(edit) - Method in class JLibDiff.edit
 
setop(int) - Method in class JLibDiff.edit
 
shiftBoundaries() - Method in class JLibDiff.GnuDiffAlgorithm
 
shift_boundaries(FileData) - Method in class JLibDiff.FileData
Adjust inserts/deletes of blank lines to join changes as much as possible.
supressEndOfLine() - Method in class JLibDiff.diff
 

T

toInt() - Method in class JLibDiff.DiffType
 
toString() - Method in class JLibDiff.DiffType
 
toString() - Method in class JLibDiff.Hunk3Type
 
toString() - Method in class JLibDiff.JRCSMyersPathNode
 
type - Variable in class JLibDiff.Hunk3
 
typecode - Variable in class JLibDiff.DiffType
 

U

undiscarded - Variable in class JLibDiff.FileData
Vector, like the previous one except that the elements for discarded lines have been squeezed out.
using_to_diff3_block(Hunk[], Hunk[], int, int, Hunk3) - Method in class JLibDiff.diff3
 

V

v - Variable in class JLibDiff.diff
 
v - Variable in class JLibDiff.diff3
 
visitHunk3(Hunk3) - Method in interface JLibDiff.Hunk3Visitor
 
visitHunkAdd(HunkAdd) - Method in class JLibDiff.DiffTextPrinter
 
visitHunkAdd(HunkAdd) - Method in class JLibDiff.HunkPrintEDVisitor
 
visitHunkAdd(HunkAdd) - Method in class JLibDiff.HunkPrintRCSVisitor
 
visitHunkAdd(HunkAdd) - Method in class JLibDiff.HunkPrintVisitor
 
visitHunkAdd(HunkAdd) - Method in class JLibDiff.HunkVisitor
 
visitHunkChange(HunkChange) - Method in class JLibDiff.DiffTextPrinter
 
visitHunkChange(HunkChange) - Method in class JLibDiff.HunkPrintEDVisitor
 
visitHunkChange(HunkChange) - Method in class JLibDiff.HunkPrintRCSVisitor
 
visitHunkChange(HunkChange) - Method in class JLibDiff.HunkPrintVisitor
 
visitHunkChange(HunkChange) - Method in class JLibDiff.HunkVisitor
 
visitHunkDel(HunkDel) - Method in class JLibDiff.DiffTextPrinter
 
visitHunkDel(HunkDel) - Method in class JLibDiff.HunkPrintEDVisitor
 
visitHunkDel(HunkDel) - Method in class JLibDiff.HunkPrintRCSVisitor
 
visitHunkDel(HunkDel) - Method in class JLibDiff.HunkPrintVisitor
 
visitHunkDel(HunkDel) - Method in class JLibDiff.HunkVisitor
 

X

xvec - Variable in class JLibDiff.GnuDiffAlgorithm
 

Y

yvec - Variable in class JLibDiff.GnuDiffAlgorithm
 

A B C D E F G H I J L M N O P R S T U V X Y