Class SVNUpdateEditor17.DirectoryBaton

java.lang.Object
org.tmatesoft.svn.core.internal.wc17.SVNUpdateEditor17.DirectoryBaton
Enclosing class:
SVNUpdateEditor17

private class SVNUpdateEditor17.DirectoryBaton extends Object
  • Field Details

    • name

      private String name
    • localAbsolutePath

      private File localAbsolutePath
    • newRelativePath

      private File newRelativePath
    • oldRevision

      private long oldRevision
    • oldReposRelPath

      private File oldReposRelPath
    • parentBaton

    • skipThis

      private boolean skipThis
    • alreadyNotified

      private boolean alreadyNotified
    • addingDir

      private boolean addingDir
    • shadowed

      private boolean shadowed
    • editedObstructed

      private boolean editedObstructed
    • changedRevsion

      private long changedRevsion
    • changedDate

      private SVNDate changedDate
    • changedAuthor

      private String changedAuthor
    • deletionConflicts

      private Map<String,SVNSkel> deletionConflicts
    • notPresentFiles

      private Set<String> notPresentFiles
    • obstructionFound

      private boolean obstructionFound
    • addExisted

      private boolean addExisted
    • propChanges

      private SVNProperties propChanges
    • edited

      private boolean edited
    • editConflict

      private SVNSkel editConflict
    • bumpInfo

    • ambientDepth

      private SVNDepth ambientDepth
    • wasIncomplete

      private boolean wasIncomplete
  • Constructor Details

    • DirectoryBaton

      private DirectoryBaton()
  • Method Details