Package | Description |
---|---|
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.
|
net.sf.statsvn.util.svnkit |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
Vector |
SvnDiffUtils.getLineDiff(String newRevNr) |
Vector |
ISvnDiffProcessor.getLineDiff(String newRevNr)
Returns line count differences for all files in a particular revision.
|
int[] |
SvnDiffUtils.getLineDiff(String oldRevNr,
String newRevNr,
String filename) |
int[] |
ISvnDiffProcessor.getLineDiff(String oldRevNr,
String newRevNr,
String filename)
Returns line count differences between two revisions of a file.
|
protected int[] |
SvnDiffUtils.parseDiff(net.sf.statcvs.util.LookaheadReader diffReader)
Returns line count differences between two revisions of a file.
|
protected int[] |
SvnDiffUtils.parseSingleDiffStream(InputStream diffStream) |
protected void |
SvnDiffUtils.verifyOutput(ProcessUtils pUtils)
Verifies the process error stream.
|
Modifier and Type | Method and Description |
---|---|
Vector |
SvnKitDiff.getLineDiff(String newRevNr)
Gets diffs inside one revision.
|
int[] |
SvnKitDiff.getLineDiff(String oldRevNr,
String newRevNr,
String filename)
Gets a single diff for a file between two revisions.
|