Class SVNNodeEditor.Node

java.lang.Object
org.tmatesoft.svn.core.internal.wc.SVNNodeEditor.Node
Enclosing class:
SVNNodeEditor

private class SVNNodeEditor.Node extends Object
  • Field Details

    • myKind

      SVNNodeKind myKind
    • myAction

      char myAction
    • myHasTextModifications

      boolean myHasTextModifications
    • myHasPropModifications

      boolean myHasPropModifications
    • myName

      String myName
    • myCopyFromRevision

      long myCopyFromRevision
    • myCopyFromPath

      String myCopyFromPath
    • myParent

    • myChildren

      LinkedList myChildren
  • Constructor Details

    • Node

      private Node()