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 java.util.ListSVNMergeDriver.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 java.util.Map<java.lang.String,SVNMergeRangeList> SvnRepositoryAccess.getMergeInfoFromSegments(java.util.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 java.util.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 TypeMethodDescriptionjava.util.List<SVNLocationSegment>SVNRepository.getLocationSegments(java.lang.String path, long pegRevision, long startRevision, long endRevision) Callshandlerfor each segment in the location history ofpathinpegRevision, working backwards in time fromstartRevisiontoendRevision.Methods in org.tmatesoft.svn.core.io with parameters of type SVNLocationSegmentModifier and TypeMethodDescriptionvoidISVNLocationSegmentHandler.handleLocationSegment(SVNLocationSegment locationSegment) Handles a next location segment.