public class SVNMergeInfoInheritance
extends java.lang.Object
Modifier and Type | Field | Description |
---|---|---|
static SVNMergeInfoInheritance |
EXPLICIT |
Represents the way of requesting the explicit merge information for the element.
|
static 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 |
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 | Description |
---|---|---|
java.lang.String |
toString() |
Returns a string representation of this object.
|
public static final SVNMergeInfoInheritance EXPLICIT
public static final SVNMergeInfoInheritance INHERITED
public static final SVNMergeInfoInheritance NEAREST_ANCESTOR