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) boolean
     
    (package private) boolean
     
    (package private) boolean
     
    (package private) SVNNodeKind
     
    (package private) SVNStatusType
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • 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

  • Constructor Details

    • ObstructionState

      public ObstructionState()