Uses of Class
org.tmatesoft.svn.core.io.SVNFileRevision
-
Packages that use SVNFileRevision 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.io This package provides a low-level API for direct interacting with a Subversion repository on the SVN protocol level. -
-
Uses of SVNFileRevision in org.tmatesoft.svn.core
Methods in org.tmatesoft.svn.core with parameters of type SVNFileRevision Modifier and Type Method Description void
SVNAnnotationGenerator. openRevision(SVNFileRevision fileRevision)
Handles a next revision. -
Uses of SVNFileRevision in org.tmatesoft.svn.core.io
Methods in org.tmatesoft.svn.core.io with parameters of type SVNFileRevision Modifier and Type Method Description void
ISVNFileRevisionHandler. openRevision(SVNFileRevision fileRevision)
Handles a file revision info.
-