Uses of Interface
org.tmatesoft.svn.core.io.ISVNLocationEntryHandler
-
Packages that use ISVNLocationEntryHandler Package Description 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 ISVNLocationEntryHandler in org.tmatesoft.svn.core.internal.io.dav
Methods in org.tmatesoft.svn.core.internal.io.dav with parameters of type ISVNLocationEntryHandler Modifier and Type Method Description protected intDAVRepository. getLocationsImpl(java.lang.String path, long pegRevision, long[] revisions, ISVNLocationEntryHandler handler) -
Uses of ISVNLocationEntryHandler in org.tmatesoft.svn.core.internal.io.dav.handlers
Fields in org.tmatesoft.svn.core.internal.io.dav.handlers declared as ISVNLocationEntryHandler Modifier and Type Field Description private ISVNLocationEntryHandlerDAVLocationsHandler. myLocationEntryHandlerConstructors in org.tmatesoft.svn.core.internal.io.dav.handlers with parameters of type ISVNLocationEntryHandler Constructor Description DAVLocationsHandler(ISVNLocationEntryHandler handler) -
Uses of ISVNLocationEntryHandler in org.tmatesoft.svn.core.internal.io.fs
Methods in org.tmatesoft.svn.core.internal.io.fs with parameters of type ISVNLocationEntryHandler Modifier and Type Method Description protected intFSRepository. getLocationsImpl(java.lang.String path, long pegRevision, long[] revisions, ISVNLocationEntryHandler handler)intFSLocationsFinder. traceNodeLocations(java.lang.String path, long pegRevision, long[] revisions, ISVNLocationEntryHandler handler) -
Uses of ISVNLocationEntryHandler in org.tmatesoft.svn.core.internal.io.svn
Methods in org.tmatesoft.svn.core.internal.io.svn with parameters of type ISVNLocationEntryHandler Modifier and Type Method Description protected intSVNRepositoryImpl. getLocationsImpl(java.lang.String path, long pegRevision, long[] revisions, ISVNLocationEntryHandler handler) -
Uses of ISVNLocationEntryHandler in org.tmatesoft.svn.core.io
Fields in org.tmatesoft.svn.core.io declared as ISVNLocationEntryHandler Modifier and Type Field Description (package private) ISVNLocationEntryHandlerSVNRepository.LocationsLogHandler. myLocationsHandlerMethods in org.tmatesoft.svn.core.io with parameters of type ISVNLocationEntryHandler Modifier and Type Method Description intSVNRepository. getLocations(java.lang.String path, long pegRevision, long[] revisions, ISVNLocationEntryHandler handler)Gets entry locations in time.private intSVNRepository. getLocationsFromLog(java.lang.String path, long pegRevision, long[] revisions, ISVNLocationEntryHandler handler)protected abstract intSVNRepository. getLocationsImpl(java.lang.String path, long pegRevision, long[] revisions, ISVNLocationEntryHandler handler)Constructors in org.tmatesoft.svn.core.io with parameters of type ISVNLocationEntryHandler Constructor Description LocationsLogHandler(long[] revisions, SVNNodeKind kind, java.lang.String lastPath, long pegRevision, ISVNLocationEntryHandler handler)
-