Class SvnNgMergeDriver.ObstructionState
java.lang.Object
org.tmatesoft.svn.core.internal.wc2.ng.SvnNgMergeDriver.ObstructionState
- Enclosing class:
- SvnNgMergeDriver
public static class SvnNgMergeDriver.ObstructionState
extends java.lang.Object
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) boolean
(package private) boolean
(package private) boolean
(package private) SVNNodeKind
(package private) SVNStatusType
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
obstructionState
SVNStatusType obstructionState -
added
boolean added -
deleted
boolean deleted -
conflicted
boolean conflicted -
kind
SVNNodeKind kind
-
-
Constructor Details
-
ObstructionState
public ObstructionState()
-