| 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 long |
DAVRepository.getLocationSegmentsImpl(String path,
long pegRevision,
long startRevision,
long endRevision,
ISVNLocationSegmentHandler handler) |
| Constructor and Description |
|---|
DAVLocationSegmentsHandler(ISVNLocationSegmentHandler handler) |
| Modifier and Type | Method and Description |
|---|---|
protected long |
FSRepository.getLocationSegmentsImpl(String path,
long pegRevision,
long startRevision,
long endRevision,
ISVNLocationSegmentHandler handler) |
long |
FSLocationsFinder.getNodeLocationSegments(String path,
long pegRevision,
long startRevision,
long endRevision,
ISVNLocationSegmentHandler handler) |
| Modifier and Type | Method and Description |
|---|---|
protected long |
SVNRepositoryImpl.getLocationSegmentsImpl(String path,
long pegRevision,
long startRevision,
long endRevision,
ISVNLocationSegmentHandler handler) |
| Modifier and Type | Method and Description |
|---|---|
long |
SVNRepository.getLocationSegments(String path,
long pegRevision,
long startRevision,
long endRevision,
ISVNLocationSegmentHandler handler)
Calls
handler for each segment in the location history of path in
pegRevision, working backwards in time from startRevision to
endRevision. |
protected abstract long |
SVNRepository.getLocationSegmentsImpl(String path,
long pegRevision,
long startRevision,
long endRevision,
ISVNLocationSegmentHandler handler) |
Copyright © 2025. All rights reserved.