Package org.tmatesoft.svn.core
Class SVNMergeInfoInheritance
java.lang.Object
org.tmatesoft.svn.core.SVNMergeInfoInheritance
This class contains enumeration that describes the ways of requesting merge information.
- Since:
- 1.2
- Version:
- 1.3
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SVNMergeInfoInheritance
Represents the way of requesting the explicit merge information for the element.static final SVNMergeInfoInheritance
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.private String
static final SVNMergeInfoInheritance
Represents the way of requesting the merge information from the element's nearest ancestor, regardless of whether the element has explicit info. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
EXPLICIT
Represents the way of requesting the explicit merge information for the element. -
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. -
NEAREST_ANCESTOR
Represents the way of requesting the merge information from the element's nearest ancestor, regardless of whether the element has explicit info. -
myName
-
-
Constructor Details
-
SVNMergeInfoInheritance
-
-
Method Details