Class SVNCopyDriver.CopyPathInfo

java.lang.Object
org.tmatesoft.svn.core.internal.wc.SVNCopyDriver.CopyPathInfo
Enclosing class:
SVNCopyDriver

private static class SVNCopyDriver.CopyPathInfo extends Object
  • Field Details

    • mySourceRelativePath

      public String mySourceRelativePath
    • isDirAdded

      public boolean isDirAdded
    • isResurrection

      public boolean isResurrection
    • mySourceKind

      public SVNNodeKind mySourceKind
    • mySource

      public String mySource
    • mySourcePath

      public String mySourcePath
    • myDstPath

      public String myDstPath
    • myMergeInfoProp

      public String myMergeInfoProp
    • mySourceRevisionNumber

      public long mySourceRevisionNumber
    • myExternalsProp

      public String myExternalsProp
    • myIsOnlyPinExternals

      public boolean myIsOnlyPinExternals
  • Constructor Details

    • CopyPathInfo

      private CopyPathInfo()