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