Uses of Class
org.tmatesoft.svn.core.SVNMergeInfoInheritance
Packages that use SVNMergeInfoInheritance
Package
Description
This package mostly contains common classes as well as interfaces used
throughout all the library.
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 SVNMergeInfoInheritanceModifier and TypeFieldDescriptionstatic final SVNMergeInfoInheritanceSVNMergeInfoInheritance.EXPLICITRepresents the way of requesting the explicit merge information for the element.static final 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 final 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 SVNMergeInfoInheritanceModifier and TypeMethodDescriptionprivate MapDAVRepository.doGetMergeInfo(String[] paths, long revision, SVNMergeInfoInheritance inherit, boolean includeDescendants) protected MapDAVRepository.getMergeInfoImpl(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 SVNMergeInfoInheritanceModifier and TypeMethodDescriptionstatic StringBufferDAVMergeInfoHandler.generateMergeInfoRequest(StringBuffer xmlBuffer, long revision, 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 SVNMergeInfoInheritanceModifier and TypeMethodDescriptionprotected MapFSRepository.getMergeInfoImpl(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 SVNMergeInfoInheritanceModifier and TypeMethodDescriptionprotected MapSVNRepositoryImpl.getMergeInfoImpl(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 SVNMergeInfoInheritanceModifier and TypeMethodDescriptionprotected Map[]SVNMergeDriver.getFullMergeInfo(SVNEntry entry, boolean getRecorded, boolean getImplicit, boolean[] indirect, SVNMergeInfoInheritance inherit, SVNRepository repos, File target, long start, long end) SVNMergeInfoManager.getMergeInfo(String[] paths, FSRevisionRoot root, SVNMergeInfoInheritance inherit, boolean includeDescendants) private MapSVNMergeInfoManager.getMergeInfoForPath(FSRevisionRoot revRoot, String path, SVNMergeInfoInheritance inherit) private MapSVNMergeInfoManager.getMergeInfoForPaths(FSRevisionRoot root, 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 SVNMergeInfoInheritanceModifier and TypeMethodDescriptionprotected MapSVNBasicDelegate.getReposMergeInfo(SVNRepository repository, String path, long revision, SVNMergeInfoInheritance inheritance, boolean squelchIncapable) protected MapSVNBasicDelegate.getWCMergeInfo(File path, SVNEntry entry, File limitPath, SVNMergeInfoInheritance inherit, boolean base, boolean[] inherited) mergeInfo must not be null!protected MapSVNBasicDelegate.getWCOrRepositoryMergeInfo(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 SVNMergeInfoInheritanceModifier and TypeMethodDescriptionSvnRepositoryAccess.getReposMergeInfo(SVNRepository repository, 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 SVNMergeInfoInheritanceModifier and TypeMethodDescriptionprotected Map<String,SVNMergeRangeList>[] SvnNgMergeDriver.getFullMergeInfo(boolean getRecorded, boolean getImplicit, boolean[] inherited, SVNMergeInfoInheritance inherit, SVNRepository repos, File target, long start, long end) private static SvnNgMergeinfoUtil.SvnMergeInfoCatalogInfoSvnNgMergeinfoUtil.getReposMergeInfoCatalog(SVNRepository repository, String relativePath, long revision, SVNMergeInfoInheritance inheritance, boolean squelchIncapable, boolean includeDescendats) SvnNgMergeinfoUtil.getWCMergeInfo(SVNWCContext context, File localAbsPath, File limitAbsPath, SVNMergeInfoInheritance inheritance, boolean ignoreInvalidMergeInfo) private static SvnNgMergeinfoUtil.SvnMergeInfoCatalogInfoSvnNgMergeinfoUtil.getWcMergeInfoCatalog(SVNWCContext context, boolean includeDescendants, SVNMergeInfoInheritance inheritance, File localAbsPath, File limitAbsPath, boolean ignoreInvalidMergeInfo) static Map<String,SVNMergeRangeList> SvnNgMergeinfoUtil.getWCOrReposMergeInfo(SVNWCContext context, File wcPath, SVNRepository repository, boolean reposOnly, SVNMergeInfoInheritance inheritance) (package private) static SvnNgMergeinfoUtil.SvnMergeInfoCatalogInfoSvnNgMergeinfoUtil.getWcOrReposMergeInfoCatalog(SVNWCContext context, SVNRepository repository, 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 SVNMergeInfoInheritanceModifier and TypeMethodDescriptionSVNRepository.getMergeInfo(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 MapSVNRepository.getMergeInfoImpl(String[] paths, long revision, SVNMergeInfoInheritance inherit, boolean includeDescendants)