Uses of Class
org.tmatesoft.svn.core.SVNMergeInfoInheritance
-
Packages that use SVNMergeInfoInheritance Package Description org.tmatesoft.svn.core This package mostly contains common classes as well as interfaces used throughout all the library.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.internal.wc org.tmatesoft.svn.core.internal.wc16 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 SVNMergeInfoInheritance in org.tmatesoft.svn.core
Fields in org.tmatesoft.svn.core declared as SVNMergeInfoInheritance Modifier and Type Field Description static SVNMergeInfoInheritanceSVNMergeInfoInheritance. EXPLICITRepresents the way of requesting the explicit merge information for the element.static SVNMergeInfoInheritanceSVNMergeInfoInheritance. INHERITEDRepresents the way of requesting the explicit merge information for the element, if exists, otherwise inherited merge information from the nearest ancestor of the element.static SVNMergeInfoInheritanceSVNMergeInfoInheritance. NEAREST_ANCESTORRepresents the way of requesting the merge information from the element's nearest ancestor, regardless of whether the element has explicit info. -
Uses of SVNMergeInfoInheritance in org.tmatesoft.svn.core.internal.io.dav
Methods in org.tmatesoft.svn.core.internal.io.dav with parameters of type SVNMergeInfoInheritance Modifier and Type Method Description private java.util.MapDAVRepository. doGetMergeInfo(java.lang.String[] paths, long revision, SVNMergeInfoInheritance inherit, boolean includeDescendants)protected java.util.MapDAVRepository. getMergeInfoImpl(java.lang.String[] paths, long revision, SVNMergeInfoInheritance inherit, boolean includeDescendants) -
Uses of SVNMergeInfoInheritance in org.tmatesoft.svn.core.internal.io.dav.handlers
Methods in org.tmatesoft.svn.core.internal.io.dav.handlers with parameters of type SVNMergeInfoInheritance Modifier and Type Method Description static java.lang.StringBufferDAVMergeInfoHandler. generateMergeInfoRequest(java.lang.StringBuffer xmlBuffer, long revision, java.lang.String[] paths, SVNMergeInfoInheritance inherit, boolean includeDescendants) -
Uses of SVNMergeInfoInheritance in org.tmatesoft.svn.core.internal.io.fs
Methods in org.tmatesoft.svn.core.internal.io.fs with parameters of type SVNMergeInfoInheritance Modifier and Type Method Description protected java.util.MapFSRepository. getMergeInfoImpl(java.lang.String[] paths, long revision, SVNMergeInfoInheritance inherit, boolean includeDescendants) -
Uses of SVNMergeInfoInheritance in org.tmatesoft.svn.core.internal.io.svn
Methods in org.tmatesoft.svn.core.internal.io.svn with parameters of type SVNMergeInfoInheritance Modifier and Type Method Description protected java.util.MapSVNRepositoryImpl. getMergeInfoImpl(java.lang.String[] paths, long revision, SVNMergeInfoInheritance inherit, boolean includeDescendants) -
Uses of SVNMergeInfoInheritance in org.tmatesoft.svn.core.internal.wc
Methods in org.tmatesoft.svn.core.internal.wc with parameters of type SVNMergeInfoInheritance Modifier and Type Method Description protected java.util.Map[]SVNMergeDriver. getFullMergeInfo(SVNEntry entry, boolean getRecorded, boolean getImplicit, boolean[] indirect, SVNMergeInfoInheritance inherit, SVNRepository repos, java.io.File target, long start, long end)java.util.MapSVNMergeInfoManager. getMergeInfo(java.lang.String[] paths, FSRevisionRoot root, SVNMergeInfoInheritance inherit, boolean includeDescendants)private java.util.MapSVNMergeInfoManager. getMergeInfoForPath(FSRevisionRoot revRoot, java.lang.String path, SVNMergeInfoInheritance inherit)private java.util.MapSVNMergeInfoManager. getMergeInfoForPaths(FSRevisionRoot root, java.lang.String[] paths, SVNMergeInfoInheritance inherit, boolean includeDescendants) -
Uses of SVNMergeInfoInheritance in org.tmatesoft.svn.core.internal.wc16
Methods in org.tmatesoft.svn.core.internal.wc16 with parameters of type SVNMergeInfoInheritance Modifier and Type Method Description protected java.util.MapSVNBasicDelegate. getReposMergeInfo(SVNRepository repository, java.lang.String path, long revision, SVNMergeInfoInheritance inheritance, boolean squelchIncapable)protected java.util.MapSVNBasicDelegate. getWCMergeInfo(java.io.File path, SVNEntry entry, java.io.File limitPath, SVNMergeInfoInheritance inherit, boolean base, boolean[] inherited)mergeInfo must not be null!protected java.util.MapSVNBasicDelegate. getWCOrRepositoryMergeInfo(java.io.File path, SVNEntry entry, SVNMergeInfoInheritance inherit, boolean[] indirect, boolean reposOnly, SVNRepository repository) -
Uses of SVNMergeInfoInheritance in org.tmatesoft.svn.core.internal.wc2
Methods in org.tmatesoft.svn.core.internal.wc2 with parameters of type SVNMergeInfoInheritance Modifier and Type Method Description java.util.Map<java.lang.String,SVNMergeRangeList>SvnRepositoryAccess. getReposMergeInfo(SVNRepository repository, java.lang.String path, long revision, SVNMergeInfoInheritance inheritance, boolean squelchIncapable) -
Uses of SVNMergeInfoInheritance in org.tmatesoft.svn.core.internal.wc2.ng
Methods in org.tmatesoft.svn.core.internal.wc2.ng with parameters of type SVNMergeInfoInheritance Modifier and Type Method Description protected java.util.Map<java.lang.String,SVNMergeRangeList>[]SvnNgMergeDriver. getFullMergeInfo(boolean getRecorded, boolean getImplicit, boolean[] inherited, SVNMergeInfoInheritance inherit, SVNRepository repos, java.io.File target, long start, long end)private static SvnNgMergeinfoUtil.SvnMergeInfoCatalogInfoSvnNgMergeinfoUtil. getReposMergeInfoCatalog(SVNRepository repository, java.lang.String relativePath, long revision, SVNMergeInfoInheritance inheritance, boolean squelchIncapable, boolean includeDescendats)static SvnNgMergeinfoUtil.SvnMergeInfoInfoSvnNgMergeinfoUtil. getWCMergeInfo(SVNWCContext context, java.io.File localAbsPath, java.io.File limitAbsPath, SVNMergeInfoInheritance inheritance, boolean ignoreInvalidMergeInfo)private static SvnNgMergeinfoUtil.SvnMergeInfoCatalogInfoSvnNgMergeinfoUtil. getWcMergeInfoCatalog(SVNWCContext context, boolean includeDescendants, SVNMergeInfoInheritance inheritance, java.io.File localAbsPath, java.io.File limitAbsPath, boolean ignoreInvalidMergeInfo)static java.util.Map<java.lang.String,SVNMergeRangeList>SvnNgMergeinfoUtil. getWCOrReposMergeInfo(SVNWCContext context, java.io.File wcPath, SVNRepository repository, boolean reposOnly, SVNMergeInfoInheritance inheritance)(package private) static SvnNgMergeinfoUtil.SvnMergeInfoCatalogInfoSvnNgMergeinfoUtil. getWcOrReposMergeInfoCatalog(SVNWCContext context, SVNRepository repository, java.io.File wcPath, boolean includeDescendants, boolean reposOnly, boolean ignoreInvalidMergeInfo, SVNMergeInfoInheritance inheritance) -
Uses of SVNMergeInfoInheritance in org.tmatesoft.svn.core.io
Methods in org.tmatesoft.svn.core.io with parameters of type SVNMergeInfoInheritance Modifier and Type Method Description java.util.Map<java.lang.String,SVNMergeInfo>SVNRepository. getMergeInfo(java.lang.String[] paths, long revision, SVNMergeInfoInheritance inherit, boolean includeDescendants)Returns merge information for the repository entries inpathsfor paricularrevision, if the repository supports merge-tracking informationprotected abstract java.util.MapSVNRepository. getMergeInfoImpl(java.lang.String[] paths, long revision, SVNMergeInfoInheritance inherit, boolean includeDescendants)
-