public interface ISVNFileRevisionHandler extends ISVNDeltaConsumer
This interface is provided to a
getFileRevisions()
method of SVNRepository when getting file revisions (in particular, when annotating).
SVNRepository
,
SVNAnnotationGenerator
Modifier and Type | Method and Description |
---|---|
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.
|
applyTextDelta, textDeltaChunk, textDeltaEnd
void openRevision(SVNFileRevision fileRevision) throws SVNException
fileRevision
- a SVNFileRevision object representing file
revision informationSVNException
SVNFileRevision
void closeRevision(java.lang.String token) throws SVNException
token
- a file token (name or path)SVNException
Copyright © 2004-2012 TMate Software Ltd. All Rights Reserved.