Uses of Interface
org.tmatesoft.svn.core.io.ISVNFileRevisionHandler
-
Packages that use ISVNFileRevisionHandler Package Description org.tmatesoft.svn.core This package mostly contains common classes as well as interfaces used throughout all the library.org.tmatesoft.svn.core.internal.io.dav org.tmatesoft.svn.core.internal.io.dav.handlers org.tmatesoft.svn.core.internal.io.fs org.tmatesoft.svn.core.internal.io.svn org.tmatesoft.svn.core.io This package provides a low-level API for direct interacting with a Subversion repository on the SVN protocol level. -
-
Uses of ISVNFileRevisionHandler in org.tmatesoft.svn.core
Classes in org.tmatesoft.svn.core that implement ISVNFileRevisionHandler Modifier and Type Class Description classSVNAnnotationGeneratorThe SVNAnnotationGenerator class is used to annotate files - that is to place author and revision information in-line for the specified file. -
Uses of ISVNFileRevisionHandler in org.tmatesoft.svn.core.internal.io.dav
Methods in org.tmatesoft.svn.core.internal.io.dav with parameters of type ISVNFileRevisionHandler Modifier and Type Method Description protected intDAVRepository. getFileRevisionsImpl(java.lang.String path, long startRevision, long endRevision, boolean includeMergedRevisions, ISVNFileRevisionHandler handler) -
Uses of ISVNFileRevisionHandler in org.tmatesoft.svn.core.internal.io.dav.handlers
Fields in org.tmatesoft.svn.core.internal.io.dav.handlers declared as ISVNFileRevisionHandler Modifier and Type Field Description private ISVNFileRevisionHandlerDAVFileRevisionHandler. myFileRevisionsHandlerConstructors in org.tmatesoft.svn.core.internal.io.dav.handlers with parameters of type ISVNFileRevisionHandler Constructor Description DAVFileRevisionHandler(ISVNFileRevisionHandler handler) -
Uses of ISVNFileRevisionHandler in org.tmatesoft.svn.core.internal.io.fs
Methods in org.tmatesoft.svn.core.internal.io.fs with parameters of type ISVNFileRevisionHandler Modifier and Type Method Description intFSFileRevisionsFinder. getFileRevisions(java.lang.String path, long startRevision, long endRevision, boolean includeMergedRevisions, ISVNFileRevisionHandler handler)protected intFSRepository. getFileRevisionsImpl(java.lang.String path, long startRevision, long endRevision, boolean includeMergedRevisions, ISVNFileRevisionHandler handler)private voidFSFileRevisionsFinder. sendPathRevision(SVNLocationEntry pathRevision, FSFileRevisionsFinder.SendBaton sendBaton, ISVNFileRevisionHandler handler) -
Uses of ISVNFileRevisionHandler in org.tmatesoft.svn.core.internal.io.svn
Methods in org.tmatesoft.svn.core.internal.io.svn with parameters of type ISVNFileRevisionHandler Modifier and Type Method Description protected intSVNRepositoryImpl. getFileRevisionsImpl(java.lang.String path, long startRevision, long endRevision, boolean includeMergedRevisions, ISVNFileRevisionHandler handler) -
Uses of ISVNFileRevisionHandler in org.tmatesoft.svn.core.io
Methods in org.tmatesoft.svn.core.io with parameters of type ISVNFileRevisionHandler Modifier and Type Method Description intSVNRepository. getFileRevisions(java.lang.String path, long startRevision, long endRevision, boolean includeMergedRevisions, ISVNFileRevisionHandler handler)Retrieves interesting file revisions for the specified file with possibility to include merged revisions.intSVNRepository. getFileRevisions(java.lang.String path, long startRevision, long endRevision, ISVNFileRevisionHandler handler)Retrieves interesting file revisions for the specified file.private intSVNRepository. getFileRevisionsFromLog(java.lang.String path, long startRevision, long endRevision, ISVNFileRevisionHandler handler)protected abstract intSVNRepository. getFileRevisionsImpl(java.lang.String path, long startRevision, long endRevision, boolean includeMergedRevisions, ISVNFileRevisionHandler handler)
-