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.
|
Modifier and Type | Field and Description |
---|---|
static SVNMergeInfoInheritance |
SVNMergeInfoInheritance.EXPLICIT
Represents the way of requesting the explicit merge information for the element.
|
static SVNMergeInfoInheritance |
SVNMergeInfoInheritance.INHERITED
Represents 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 SVNMergeInfoInheritance |
SVNMergeInfoInheritance.NEAREST_ANCESTOR
Represents the way of requesting the merge information from the element's nearest ancestor,
regardless of whether the element has explicit info.
|
Modifier and Type | Method and Description |
---|---|
protected java.util.Map |
DAVRepository.getMergeInfoImpl(java.lang.String[] paths,
long revision,
SVNMergeInfoInheritance inherit,
boolean includeDescendants) |
Modifier and Type | Method and Description |
---|---|
static java.lang.StringBuffer |
DAVMergeInfoHandler.generateMergeInfoRequest(java.lang.StringBuffer xmlBuffer,
long revision,
java.lang.String[] paths,
SVNMergeInfoInheritance inherit,
boolean includeDescendants) |
Modifier and Type | Method and Description |
---|---|
protected java.util.Map |
FSRepository.getMergeInfoImpl(java.lang.String[] paths,
long revision,
SVNMergeInfoInheritance inherit,
boolean includeDescendants) |
Modifier and Type | Method and Description |
---|---|
protected java.util.Map |
SVNRepositoryImpl.getMergeInfoImpl(java.lang.String[] paths,
long revision,
SVNMergeInfoInheritance inherit,
boolean includeDescendants) |
Modifier and Type | Method and 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.Map |
SVNMergeInfoManager.getMergeInfo(java.lang.String[] paths,
FSRevisionRoot root,
SVNMergeInfoInheritance inherit,
boolean includeDescendants) |
Modifier and Type | Method and Description |
---|---|
protected java.util.Map |
SVNBasicDelegate.getReposMergeInfo(SVNRepository repository,
java.lang.String path,
long revision,
SVNMergeInfoInheritance inheritance,
boolean squelchIncapable) |
protected java.util.Map |
SVNBasicDelegate.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.Map |
SVNBasicDelegate.getWCOrRepositoryMergeInfo(java.io.File path,
SVNEntry entry,
SVNMergeInfoInheritance inherit,
boolean[] indirect,
boolean reposOnly,
SVNRepository repository) |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,SVNMergeRangeList> |
SvnRepositoryAccess.getReposMergeInfo(SVNRepository repository,
java.lang.String path,
long revision,
SVNMergeInfoInheritance inheritance,
boolean squelchIncapable) |
Modifier and Type | Method and 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) |
static SvnNgMergeinfoUtil.SvnMergeInfoInfo |
SvnNgMergeinfoUtil.getWCMergeInfo(SVNWCContext context,
java.io.File localAbsPath,
java.io.File limitAbsPath,
SVNMergeInfoInheritance inheritance,
boolean ignoreInvalidMergeInfo) |
static java.util.Map<java.lang.String,SVNMergeRangeList> |
SvnNgMergeinfoUtil.getWCOrReposMergeInfo(SVNWCContext context,
java.io.File wcPath,
SVNRepository repository,
boolean reposOnly,
SVNMergeInfoInheritance inheritance) |
Modifier and Type | Method and 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 in
paths
for paricular revision , if the repository supports merge-tracking information |
protected abstract java.util.Map |
SVNRepository.getMergeInfoImpl(java.lang.String[] paths,
long revision,
SVNMergeInfoInheritance inherit,
boolean includeDescendants) |
Copyright © 2020. All rights reserved.