|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ISVNFileRevisionHandler
The ISVNFileRevisionHandler interface should be implemented for handling information about file revisions - that is file path, properties, revision properties against a particular revision.
This interface is provided to a
getFileRevisions()
method of SVNRepository when getting file revisions (in particular, when annotating).
SVNRepository,
SVNAnnotationGenerator| Method Summary | |
|---|---|
void |
closeRevision(java.lang.String token)
Performs final handling for the processed file revision (when all deltas are applied and fulltext is got). |
void |
openRevision(SVNFileRevision fileRevision)
Handles a file revision info. |
| Methods inherited from interface org.tmatesoft.svn.core.io.ISVNDeltaConsumer |
|---|
applyTextDelta, textDeltaChunk, textDeltaEnd |
| Method Detail |
|---|
void openRevision(SVNFileRevision fileRevision)
throws SVNException
fileRevision - a SVNFileRevision object representing file
revision information
SVNExceptionSVNFileRevision
void closeRevision(java.lang.String token)
throws SVNException
token - a file token (name or path)
SVNException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||