Class SvnNgRemoteDiffEditor.FileBaton

java.lang.Object
org.tmatesoft.svn.core.internal.wc2.ng.SvnNgRemoteDiffEditor.FileBaton
Enclosing class:
SvnNgRemoteDiffEditor

private class SvnNgRemoteDiffEditor.FileBaton extends Object
  • Field Details

    • added

      boolean added
    • treeConflicted

      boolean treeConflicted
    • skip

      boolean skip
    • repoPath

      String repoPath
    • wcPath

      File wcPath
    • startRevisionFile

      File startRevisionFile
    • endRevisionFile

      File endRevisionFile
    • pristineProps

      SVNProperties pristineProps
    • baseRevision

      long baseRevision
    • resultMd5Checksum

      SvnChecksum resultMd5Checksum
    • propChanges

      SVNProperties propChanges
    • deltaProcessor

      public SVNDeltaProcessor deltaProcessor
  • Constructor Details

    • FileBaton

      private FileBaton()
  • Method Details