Uses of Interface
org.tmatesoft.svn.core.io.ISVNLocationEntryHandler
Packages that use ISVNLocationEntryHandler
Package
Description
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 ISVNLocationEntryHandlerModifier and TypeMethodDescriptionprotected int
DAVRepository.getLocationsImpl
(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 ISVNLocationEntryHandlerModifier and TypeFieldDescriptionprivate ISVNLocationEntryHandler
DAVLocationsHandler.myLocationEntryHandler
Constructors in org.tmatesoft.svn.core.internal.io.dav.handlers with parameters of type ISVNLocationEntryHandler -
Uses of ISVNLocationEntryHandler in org.tmatesoft.svn.core.internal.io.fs
Methods in org.tmatesoft.svn.core.internal.io.fs with parameters of type ISVNLocationEntryHandlerModifier and TypeMethodDescriptionprotected int
FSRepository.getLocationsImpl
(String path, long pegRevision, long[] revisions, ISVNLocationEntryHandler handler) int
FSLocationsFinder.traceNodeLocations
(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 ISVNLocationEntryHandlerModifier and TypeMethodDescriptionprotected int
SVNRepositoryImpl.getLocationsImpl
(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 ISVNLocationEntryHandlerModifier and TypeFieldDescription(package private) ISVNLocationEntryHandler
SVNRepository.LocationsLogHandler.myLocationsHandler
Methods in org.tmatesoft.svn.core.io with parameters of type ISVNLocationEntryHandlerModifier and TypeMethodDescriptionint
SVNRepository.getLocations
(String path, long pegRevision, long[] revisions, ISVNLocationEntryHandler handler) Gets entry locations in time.private int
SVNRepository.getLocationsFromLog
(String path, long pegRevision, long[] revisions, ISVNLocationEntryHandler handler) protected abstract int
SVNRepository.getLocationsImpl
(String path, long pegRevision, long[] revisions, ISVNLocationEntryHandler handler) Constructors in org.tmatesoft.svn.core.io with parameters of type ISVNLocationEntryHandlerModifierConstructorDescriptionLocationsLogHandler
(long[] revisions, SVNNodeKind kind, String lastPath, long pegRevision, ISVNLocationEntryHandler handler)