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
Fields Modifier and Type Field Description (package private) booleanadded(package private) booleanconflicted(package private) booleandeleted(package private) SVNNodeKindkind(package private) SVNStatusTypeobstructionState
-
Constructor Summary
Constructors Constructor Description ObstructionState()
-
-
-
Field Detail
-
obstructionState
SVNStatusType obstructionState
-
added
boolean added
-
deleted
boolean deleted
-
conflicted
boolean conflicted
-
kind
SVNNodeKind kind
-
-