Class SvnNgRemoteDiffEditor2.DirBaton

java.lang.Object
org.tmatesoft.svn.core.internal.wc2.ng.SvnNgRemoteDiffEditor2.DirBaton
Enclosing class:
SvnNgRemoteDiffEditor2

private static class SvnNgRemoteDiffEditor2.DirBaton extends java.lang.Object
  • Field Details

    • added

      private boolean added
    • treeConflicted

      private boolean treeConflicted
    • skip

      private boolean skip
    • skipChildren

      private boolean skipChildren
    • path

      private java.lang.String path
    • parentBaton

      private SvnNgRemoteDiffEditor2.DirBaton parentBaton
    • baseRevision

      private long baseRevision
    • leftSource

      private SvnDiffSource leftSource
    • rightSource

      private SvnDiffSource rightSource
    • hasPropChange

      public boolean hasPropChange
    • propChanges

      public SVNProperties propChanges
  • Constructor Details