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.
|
Modifier and Type | Method and Description |
---|---|
protected int |
DAVRepository.getLocationsImpl(java.lang.String path,
long pegRevision,
long[] revisions,
ISVNLocationEntryHandler handler) |
Modifier and Type | Field and Description |
---|---|
private ISVNLocationEntryHandler |
DAVLocationsHandler.myLocationEntryHandler |
Constructor and Description |
---|
DAVLocationsHandler(ISVNLocationEntryHandler handler) |
Modifier and Type | Method and Description |
---|---|
protected int |
FSRepository.getLocationsImpl(java.lang.String path,
long pegRevision,
long[] revisions,
ISVNLocationEntryHandler handler) |
int |
FSLocationsFinder.traceNodeLocations(java.lang.String path,
long pegRevision,
long[] revisions,
ISVNLocationEntryHandler handler) |
Modifier and Type | Method and Description |
---|---|
protected int |
SVNRepositoryImpl.getLocationsImpl(java.lang.String path,
long pegRevision,
long[] revisions,
ISVNLocationEntryHandler handler) |
Modifier and Type | Field and Description |
---|---|
(package private) ISVNLocationEntryHandler |
SVNRepository.LocationsLogHandler.myLocationsHandler |
Modifier and Type | Method and Description |
---|---|
int |
SVNRepository.getLocations(java.lang.String path,
long pegRevision,
long[] revisions,
ISVNLocationEntryHandler handler)
Gets entry locations in time.
|
private int |
SVNRepository.getLocationsFromLog(java.lang.String path,
long pegRevision,
long[] revisions,
ISVNLocationEntryHandler handler) |
protected abstract int |
SVNRepository.getLocationsImpl(java.lang.String path,
long pegRevision,
long[] revisions,
ISVNLocationEntryHandler handler) |
Constructor and Description |
---|
LocationsLogHandler(long[] revisions,
SVNNodeKind kind,
java.lang.String lastPath,
long pegRevision,
ISVNLocationEntryHandler handler) |