|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Performs svn diff queries.
Method Summary | |
Vector |
getLineDiff(String newRevNr)
Returns line count differences for all files in a particular revision. |
int[] |
getLineDiff(String oldRevNr,
String newRevNr,
String filename)
Returns line count differences between two revisions of a file. |
Method Detail |
public int[] getLineDiff(String oldRevNr, String newRevNr, String filename) throws IOException, BinaryDiffException
oldRevNr
- old revision numbernewRevNr
- new revision numberfilename
- the filename
IOException
- problem parsing the stream
BinaryDiffException
- if the error message is due to trying to diff binary files.public Vector getLineDiff(String newRevNr) throws IOException, BinaryDiffException
newRevNr
- new revision number
IOException
- problem parsing the stream
BinaryDiffException
- if the error message is due to trying to diff binary files.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |