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) |
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) |
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 | 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 . |
protected abstract long |
SVNRepository.getLocationSegmentsImpl(java.lang.String path,
long pegRevision,
long startRevision,
long endRevision,
ISVNLocationSegmentHandler handler) |
Copyright © 2020. All rights reserved.