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 Map |
DAVRepository.getMergeInfoImpl(String[] paths,
long revision,
SVNMergeInfoInheritance inherit,
boolean includeDescendants) |
Modifier and Type | Method and Description |
---|---|
static StringBuffer |
DAVMergeInfoHandler.generateMergeInfoRequest(StringBuffer xmlBuffer,
long revision,
String[] paths,
SVNMergeInfoInheritance inherit,
boolean includeDescendants) |
Modifier and Type | Method and Description |
---|---|
protected Map |
FSRepository.getMergeInfoImpl(String[] paths,
long revision,
SVNMergeInfoInheritance inherit,
boolean includeDescendants) |
Modifier and Type | Method and Description |
---|---|
protected Map |
SVNRepositoryImpl.getMergeInfoImpl(String[] paths,
long revision,
SVNMergeInfoInheritance inherit,
boolean includeDescendants) |
Modifier and Type | Method and Description |
---|---|
protected Map[] |
SVNMergeDriver.getFullMergeInfo(SVNEntry entry,
boolean getRecorded,
boolean getImplicit,
boolean[] indirect,
SVNMergeInfoInheritance inherit,
SVNRepository repos,
File target,
long start,
long end) |
Map |
SVNMergeInfoManager.getMergeInfo(String[] paths,
FSRevisionRoot root,
SVNMergeInfoInheritance inherit,
boolean includeDescendants) |
Modifier and Type | Method and Description |
---|---|
protected Map |
SVNBasicDelegate.getReposMergeInfo(SVNRepository repository,
String path,
long revision,
SVNMergeInfoInheritance inheritance,
boolean squelchIncapable) |
protected Map |
SVNBasicDelegate.getWCMergeInfo(File path,
SVNEntry entry,
File limitPath,
SVNMergeInfoInheritance inherit,
boolean base,
boolean[] inherited)
mergeInfo must not be null!
|
protected Map |
SVNBasicDelegate.getWCOrRepositoryMergeInfo(File path,
SVNEntry entry,
SVNMergeInfoInheritance inherit,
boolean[] indirect,
boolean reposOnly,
SVNRepository repository) |
Modifier and Type | Method and Description |
---|---|
Map<String,SVNMergeRangeList> |
SvnRepositoryAccess.getReposMergeInfo(SVNRepository repository,
String path,
long revision,
SVNMergeInfoInheritance inheritance,
boolean squelchIncapable) |
Modifier and Type | Method and Description |
---|---|
protected Map<String,SVNMergeRangeList>[] |
SvnNgMergeDriver.getFullMergeInfo(boolean getRecorded,
boolean getImplicit,
boolean[] inherited,
SVNMergeInfoInheritance inherit,
SVNRepository repos,
File target,
long start,
long end) |
static SvnNgMergeinfoUtil.SvnMergeInfoInfo |
SvnNgMergeinfoUtil.getWCMergeInfo(SVNWCContext context,
File localAbsPath,
File limitAbsPath,
SVNMergeInfoInheritance inheritance,
boolean ignoreInvalidMergeInfo) |
static Map<String,SVNMergeRangeList> |
SvnNgMergeinfoUtil.getWCOrReposMergeInfo(SVNWCContext context,
File wcPath,
SVNRepository repository,
boolean reposOnly,
SVNMergeInfoInheritance inheritance) |
Modifier and Type | Method and Description |
---|---|
Map<String,SVNMergeInfo> |
SVNRepository.getMergeInfo(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 Map |
SVNRepository.getMergeInfoImpl(String[] paths,
long revision,
SVNMergeInfoInheritance inherit,
boolean includeDescendants) |
Copyright © 2024. All rights reserved.