|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BinaryDiffException | |
net.sf.statsvn.input | This package is responsible for parsing SVN logs and working copy and creating a StatSVN model from them. |
net.sf.statsvn.util | Utility classes. |
Uses of BinaryDiffException in net.sf.statsvn.input |
Methods in net.sf.statsvn.input that throw BinaryDiffException | |
int[] |
RepositoryFileManager.getLineDiff(String oldRevNr,
String newRevNr,
String filename)
Returns line count differences between two revisions of a file. |
Vector |
RepositoryFileManager.getRevisionDiff(String newRevNr)
Returns line count differences for all files in a particular revision. |
Uses of BinaryDiffException in net.sf.statsvn.util |
Methods in net.sf.statsvn.util that throw BinaryDiffException | |
static int[] |
SvnDiffUtils.getLineDiff(String oldRevNr,
String newRevNr,
String filename)
Returns line count differences between two revisions of a file. |
static Vector |
SvnDiffUtils.getLineDiff(String newRevNr)
Returns line count differences for all files in a particular revision. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |