Uses of Class
org.tmatesoft.svn.core.io.SVNLocationSegment
-
Packages that use SVNLocationSegment Package Description org.tmatesoft.svn.core.internal.wc2 org.tmatesoft.svn.core.io 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.wc2
Methods in org.tmatesoft.svn.core.internal.wc2 that return SVNLocationSegment Modifier and Type Method Description SVNLocationSegment
SvnRepositoryAccess. getYoungestCommonAncestor(SVNURL url1, long rev1, SVNURL url2, long rev2)
Method parameters in org.tmatesoft.svn.core.internal.wc2 with type arguments of type SVNLocationSegment Modifier and Type Method Description static java.util.Map<java.lang.String,SVNMergeRangeList>
SvnRepositoryAccess. getMergeInfoFromSegments(java.util.Collection<SVNLocationSegment> segments)
-
Uses of SVNLocationSegment in org.tmatesoft.svn.core.io
Methods in org.tmatesoft.svn.core.io that return types with arguments of type SVNLocationSegment Modifier and Type Method Description java.util.List<SVNLocationSegment>
SVNRepository. getLocationSegments(java.lang.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 SVNLocationSegment Modifier and Type Method Description void
ISVNLocationSegmentHandler. handleLocationSegment(SVNLocationSegment locationSegment)
Handles a next location segment.
-