org.tmatesoft.svn.core.io
public interface ISVNFileRevisionHandler extends ISVNDeltaConsumer
This interface is provided to a
getFileRevisions()
method of SVNRepository when getting file revisions (in particular, when annotating).
Version: 1.1.1
See Also: SVNRepository SVNAnnotationGenerator
Method Summary | |
---|---|
void | closeRevision(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.
|
Parameters: token a file token (name or path)
Throws: SVNException
Parameters: fileRevision a SVNFileRevision object representing file revision information
Throws: SVNException
See Also: SVNFileRevision