Uses of Class
org.tmatesoft.svn.core.io.SVNLocationSegment
-
Packages that use SVNLocationSegment Package Description org.tmatesoft.svn.core.internal.wc org.tmatesoft.svn.core.internal.wc2 org.tmatesoft.svn.core.internal.wc2.ng 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.wc
Methods in org.tmatesoft.svn.core.internal.wc with parameters of type SVNLocationSegment Modifier and Type Method Description private 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 SVNLocationSegment Modifier and Type Method Description SVNLocationSegmentSvnRepositoryAccess. 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.internal.wc2.ng
Methods in org.tmatesoft.svn.core.internal.wc2.ng with parameters of type SVNLocationSegment Modifier and Type Method Description private 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 SVNLocationSegment Modifier and Type Method Description java.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 SVNLocationSegment Modifier and Type Method Description voidISVNLocationSegmentHandler. handleLocationSegment(SVNLocationSegment locationSegment)Handles a next location segment.
-