Uses of Class
org.tmatesoft.svn.core.io.SVNLocationSegment
Packages that use SVNLocationSegment
Package
Description
This package provides a low-level API for direct interacting with a Subversion repository on
the SVN protocol level.
-
Uses of SVNLocationSegment in org.tmatesoft.svn.core.internal.wc
Methods in org.tmatesoft.svn.core.internal.wc with parameters of type SVNLocationSegmentModifier and TypeMethodDescriptionprivate List
SVNMergeDriver.combineRangeWithSegments
(SVNMergeRange range, SVNLocationSegment[] segments, SVNURL sourceRootURL) -
Uses of SVNLocationSegment in org.tmatesoft.svn.core.internal.wc2
Methods in org.tmatesoft.svn.core.internal.wc2 that return SVNLocationSegmentModifier and TypeMethodDescriptionSvnRepositoryAccess.getYoungestCommonAncestor
(SVNURL url1, long rev1, SVNURL url2, long rev2) Method parameters in org.tmatesoft.svn.core.internal.wc2 with type arguments of type SVNLocationSegmentModifier and TypeMethodDescriptionstatic Map<String,
SVNMergeRangeList> SvnRepositoryAccess.getMergeInfoFromSegments
(Collection<SVNLocationSegment> segments) -
Uses of SVNLocationSegment in org.tmatesoft.svn.core.internal.wc2.ng
Methods in org.tmatesoft.svn.core.internal.wc2.ng with parameters of type SVNLocationSegmentModifier and TypeMethodDescriptionprivate List<SvnNgMergeDriver.MergeSource>
SvnNgMergeDriver.combineRangeWithSegments
(SVNMergeRange range, SVNLocationSegment[] segments, SVNURL sourceRootURL) -
Uses of SVNLocationSegment in org.tmatesoft.svn.core.io
Methods in org.tmatesoft.svn.core.io that return types with arguments of type SVNLocationSegmentModifier and TypeMethodDescriptionSVNRepository.getLocationSegments
(String path, long pegRevision, long startRevision, long endRevision) Callshandler
for each segment in the location history ofpath
inpegRevision
, working backwards in time fromstartRevision
toendRevision
.Methods in org.tmatesoft.svn.core.io with parameters of type SVNLocationSegmentModifier and TypeMethodDescriptionvoid
ISVNLocationSegmentHandler.handleLocationSegment
(SVNLocationSegment locationSegment) Handles a next location segment.