| 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(java.lang.String path,
long pegRevision,
long startRevision,
long endRevision,
ISVNLocationSegmentHandler handler) |
| Modifier and Type | Field and Description |
|---|---|
private ISVNLocationSegmentHandler |
DAVLocationSegmentsHandler.myLocationSegmentHandler |
| Constructor and Description |
|---|
DAVLocationSegmentsHandler(ISVNLocationSegmentHandler handler) |
| Modifier and Type | Method and Description |
|---|---|
protected long |
FSRepository.getLocationSegmentsImpl(java.lang.String path,
long pegRevision,
long startRevision,
long endRevision,
ISVNLocationSegmentHandler handler) |
long |
FSLocationsFinder.getNodeLocationSegments(java.lang.String path,
long pegRevision,
long startRevision,
long endRevision,
ISVNLocationSegmentHandler handler) |
private long |
FSLocationsFinder.maybeCropAndSendSegment(long segmentStartRevision,
long segmentEndRevision,
long startRevision,
long endRevision,
java.lang.String segmentPath,
ISVNLocationSegmentHandler handler) |
| Modifier and Type | Method and Description |
|---|---|
protected long |
SVNRepositoryImpl.getLocationSegmentsImpl(java.lang.String path,
long pegRevision,
long startRevision,
long endRevision,
ISVNLocationSegmentHandler handler) |
| Modifier and Type | Field and Description |
|---|---|
(package private) ISVNLocationSegmentHandler |
SVNRepository.LocationSegmentsLogHandler.myHandler |
| Modifier and Type | Method and Description |
|---|---|
long |
SVNRepository.getLocationSegments(java.lang.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. |
private long |
SVNRepository.getLocationSegmentsFromLog(java.lang.String path,
long pegRevision,
long startRevision,
long endRevision,
ISVNLocationSegmentHandler handler) |
protected abstract long |
SVNRepository.getLocationSegmentsImpl(java.lang.String path,
long pegRevision,
long startRevision,
long endRevision,
ISVNLocationSegmentHandler handler) |
void |
SVNRepository.LocationSegmentsLogHandler.maybeCropAndSendSegment(java.lang.String path,
long startRevision,
long rangeStart,
long rangeEnd,
ISVNLocationSegmentHandler handler) |
| Constructor and Description |
|---|
LocationSegmentsLogHandler(SVNNodeKind kind,
java.lang.String lastPath,
long startRev,
ISVNLocationSegmentHandler handler) |