|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISvnDiffProcessor
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 |
---|
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.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 |