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
FieldsModifier and TypeFieldDescriptionjava.io.File
int
java.io.File
int
-
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
-
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()
-