|
||||||||||
| 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(java.lang.String oldRevNr,
java.lang.String newRevNr,
java.lang.String filename)
Returns line count differences between two revisions of a file. |
java.util.Vector |
RepositoryFileManager.getRevisionDiff(java.lang.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 java.util.Vector |
SvnDiffUtils.getLineDiff(java.lang.String newRevNr)
Returns line count differences for all files in a particular revision. |
static int[] |
SvnDiffUtils.getLineDiff(java.lang.String oldRevNr,
java.lang.String newRevNr,
java.lang.String filename)
Returns line count differences between two revisions of a file. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||