|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.tmatesoft.svn.core.SVNMergeInfoInheritance
public class SVNMergeInfoInheritance
This class contains enumeration that describes the ways of requesting merge information.
Field Summary | |
---|---|
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. |
Method Summary | |
---|---|
java.lang.String |
toString()
Returns a string representation of this object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final SVNMergeInfoInheritance EXPLICIT
public static final SVNMergeInfoInheritance INHERITED
public static final SVNMergeInfoInheritance NEAREST_ANCESTOR
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |