Class SVNWCContext.NodeCopyFromInfo

java.lang.Object
org.tmatesoft.svn.core.internal.wc17.SVNWCContext.NodeCopyFromInfo
Enclosing class:
SVNWCContext

public static class SVNWCContext.NodeCopyFromInfo extends java.lang.Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    boolean
     
    java.io.File
     
    long
     
     
     
  • 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

    • rootUrl

      public SVNURL rootUrl
    • reposRelPath

      public java.io.File reposRelPath
    • url

      public SVNURL url
    • rev

      public long rev
    • isCopyTarget

      public boolean isCopyTarget
  • Constructor Details

    • NodeCopyFromInfo

      public NodeCopyFromInfo()