Package | Description |
---|---|
org.tigris.subversion.javahl |
Provides a (mostly native, using JNI and javah) implementation of
a high level Java API for
Subversion.
|
org.tmatesoft.svn.core |
This package mostly contains common classes as well as interfaces used
throughout all the library.
|
org.tmatesoft.svn.core.internal.util | |
org.tmatesoft.svn.core.internal.wc | |
org.tmatesoft.svn.core.internal.wc2.ng | |
org.tmatesoft.svn.core.wc |
This package provides a high-level API for managing Working Copies in a way
compatible with the native SVN command line client.
|
Modifier and Type | Method and Description |
---|---|
static RevisionRange |
JavaHLObjectFactory.createRevisionRange(SVNMergeRange range) |
Modifier and Type | Method and Description |
---|---|
SVNMergeRange |
SVNMergeRange.combine(SVNMergeRange range,
boolean considerInheritance)
Combines this merge range and the given
range into a single one. |
SVNMergeRange |
SVNMergeRange.dup()
Makes an exact copy of this object.
|
SVNMergeRange[] |
SVNMergeRangeList.getRanges()
Returns an array of
SVNMergeRange ranges backed by this merge range list object. |
SVNMergeRange |
SVNMergeRange.swapEndPoints()
Swaps the start revision and the end revision of this merge range object.
|
Modifier and Type | Method and Description |
---|---|
List<SVNMergeRange> |
SVNMergeRangeList.getRangesAsList()
Returns a list of merge ranges backed by this merge range list.
|
Modifier and Type | Method and Description |
---|---|
boolean |
SVNMergeRange.canCombine(SVNMergeRange range,
boolean considerInheritance)
Tells whether this range can me combined with the given
range depending on
inheritance or not. |
SVNMergeRange |
SVNMergeRange.combine(SVNMergeRange range,
boolean considerInheritance)
Combines this merge range and the given
range into a single one. |
boolean |
SVNMergeRange.contains(SVNMergeRange range,
boolean considerInheritance)
Says whether this range contains the specified
range depending on inheritance or not. |
boolean |
SVNMergeRange.intersects(SVNMergeRange range,
boolean considerInheritance)
Says whether this range intersects the specified
range depending on inheritance or not. |
void |
SVNMergeRangeList.setRanges(SVNMergeRange[] ranges)
Replaces the array of
SVNMergeRange objects backed by this object
with a new one. |
Constructor and Description |
---|
SVNMergeRangeList(SVNMergeRange range)
Creates a new merge range list initializing it with the specified single merge range.
|
SVNMergeRangeList(SVNMergeRange[] ranges)
Creates a new merge range list initializing it with an array of merge ranges.
|
Modifier and Type | Method and Description |
---|---|
static SVNMergeRange[] |
SVNMergeInfoUtil.parseRevisionList(StringBuffer mergeInfo,
String path) |
Modifier and Type | Method and Description |
---|---|
Object[] |
ISVNMergeStrategy.calculateRemainingRangeList(File targetFile,
SVNEntry entry,
SVNURL sourceRoot,
boolean[] indirect,
SVNURL url1,
long revision1,
SVNURL url2,
long revision2,
SVNMergeRange range) |
Object[] |
SVNMergeDriver.calculateRemainingRangeList(File targetFile,
SVNEntry entry,
SVNURL sourceRoot,
boolean[] indirect,
SVNURL url1,
long revision1,
SVNURL url2,
long revision2,
SVNMergeRange range) |
static SVNEvent |
SVNEventFactory.createSVNEvent(File file,
SVNNodeKind kind,
String mimetype,
long revision,
SVNEventAction action,
SVNEventAction expected,
SVNErrorMessage error,
SVNMergeRange range) |
static SVNEvent |
SVNEventFactory.createSVNEvent(File file,
SVNNodeKind kind,
String mimetype,
long revision,
SVNEventAction action,
SVNEventAction expected,
SVNErrorMessage error,
SVNMergeRange range,
long processedItemsCount,
long totalItemsCount) |
static SVNEvent |
SVNEventFactory.createSVNEvent(File file,
SVNNodeKind kind,
String mimetype,
long revision,
SVNEventAction action,
SVNEventAction expected,
SVNErrorMessage error,
SVNMergeRange range,
long processedItemsCount,
long totalItemsCount,
SVNProperties revisionProperties,
String propertyName) |
static SVNEvent |
SVNEventFactory.createSVNEvent(File file,
SVNNodeKind kind,
String mimetype,
long revision,
SVNEventAction action,
SVNEventAction expected,
SVNErrorMessage error,
SVNMergeRange range,
SVNProperties revisionProperties,
String propertyName) |
static SVNEvent |
SVNEventFactory.createSVNEvent(File file,
SVNNodeKind kind,
String mimetype,
long revision,
SVNStatusType cstatus,
SVNStatusType pstatus,
SVNStatusType lstatus,
SVNEventAction action,
SVNEventAction expected,
SVNErrorMessage error,
SVNMergeRange range) |
static SVNEvent |
SVNEventFactory.createSVNEvent(File file,
SVNNodeKind kind,
String mimetype,
long revision,
SVNStatusType cstatus,
SVNStatusType pstatus,
SVNStatusType lstatus,
SVNEventAction action,
SVNEventAction expected,
SVNErrorMessage error,
SVNMergeRange range,
String changelistName) |
protected void |
SVNMergeDriver.recordMergeInfoForAddedSubtrees(SVNMergeRange range,
String mergeInfoPath,
SVNDepth depth) |
protected void |
SVNMergeDriver.recordMergeInfoForDirectoryMerge(Map resultCatalog,
SVNEntry targetEntry,
SVNMergeRange range,
String mergeInfoPath,
SVNDepth depth) |
Constructor and Description |
---|
SVNEventExt(File file,
SVNNodeKind kind,
String mimetype,
long revision,
SVNStatusType cstatus,
SVNStatusType pstatus,
SVNStatusType lstatus,
SVNLock lock,
SVNEventAction action,
SVNEventAction expected,
SVNErrorMessage error,
SVNMergeRange range,
String changelistName,
long processedItemsCount,
long totalItemsCount,
SVNProperties revisionProperties,
String propertyName) |
Modifier and Type | Method and Description |
---|---|
protected void |
SvnNgMergeDriver.recordMergeInfoForDirectoryMerge(Map<File,Map<String,SVNMergeRangeList>> resultCatalog,
SVNMergeRange mergeRange,
String mergeInfoPath,
SVNDepth depth,
boolean squelchMergeinfoNotifications,
Map<File,SvnNgMergeDriver.MergePath> childrenWithMergeInfo) |
Modifier and Type | Method and Description |
---|---|
SVNMergeRange |
SVNEvent.getMergeRange()
Returns the merge range.
|
Constructor and Description |
---|
SVNEvent(File file,
SVNNodeKind kind,
String mimetype,
long revision,
SVNStatusType cstatus,
SVNStatusType pstatus,
SVNStatusType lstatus,
SVNLock lock,
SVNEventAction action,
SVNEventAction expected,
SVNErrorMessage error,
SVNMergeRange range,
String changelistName,
SVNProperties revisionProperties,
String propertyName)
Constructs an SVNEvent object.
|
Copyright © 2022. All rights reserved.