Class FSReplayPathHandler.CopyInfo

java.lang.Object
org.tmatesoft.svn.core.internal.io.fs.FSReplayPathHandler.CopyInfo
Enclosing class:
FSReplayPathHandler

private class FSReplayPathHandler.CopyInfo extends Object
  • Field Details

    • myCopyFromPath

      String myCopyFromPath
    • myCopyFromRevision

      long myCopyFromRevision
    • myPath

      String myPath
  • Constructor Details

    • CopyInfo

      public CopyInfo(String path, String copyFromPath, long copyFromRevision)