Class SVNWCDb.MovedNode

java.lang.Object
org.tmatesoft.svn.core.internal.wc17.db.SVNWCDb.MovedNode
Enclosing class:
SVNWCDb

private static class SVNWCDb.MovedNode extends java.lang.Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    java.io.File
     
    int
     
    java.io.File
     
    int
     
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    private
     
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • localRelPath

      public java.io.File localRelPath
    • movedToRelPath

      public java.io.File movedToRelPath
    • opDepth

      public int opDepth
    • movedFromDepth

      public int movedFromDepth
  • Constructor Details

    • MovedNode

      private MovedNode()