Class SVNUpdateEditor17.DirectoryBaton
- java.lang.Object
-
- org.tmatesoft.svn.core.internal.wc17.SVNUpdateEditor17.DirectoryBaton
-
- Enclosing class:
- SVNUpdateEditor17
private class SVNUpdateEditor17.DirectoryBaton extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private boolean
addExisted
private boolean
addingDir
private boolean
alreadyNotified
private SVNDepth
ambientDepth
private SVNUpdateEditor17.BumpDirectoryInfo
bumpInfo
private java.lang.String
changedAuthor
private SVNDate
changedDate
private long
changedRevsion
private java.util.Map<java.lang.String,SVNSkel>
deletionConflicts
private SVNSkel
editConflict
private boolean
edited
private boolean
editedObstructed
private java.io.File
localAbsolutePath
private java.lang.String
name
private java.io.File
newRelativePath
private java.util.Set<java.lang.String>
notPresentFiles
private boolean
obstructionFound
private java.io.File
oldReposRelPath
private long
oldRevision
(package private) SVNUpdateEditor17.DirectoryBaton
parentBaton
private SVNProperties
propChanges
private boolean
shadowed
private boolean
skipThis
private boolean
wasIncomplete
-
Constructor Summary
Constructors Modifier Constructor Description private
DirectoryBaton()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SVNURL
getPreviousURL()
SVNURL
getURL()
void
markEdited()
-
-
-
Field Detail
-
name
private java.lang.String name
-
localAbsolutePath
private java.io.File localAbsolutePath
-
newRelativePath
private java.io.File newRelativePath
-
oldRevision
private long oldRevision
-
oldReposRelPath
private java.io.File oldReposRelPath
-
parentBaton
SVNUpdateEditor17.DirectoryBaton 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 java.lang.String changedAuthor
-
deletionConflicts
private java.util.Map<java.lang.String,SVNSkel> deletionConflicts
-
notPresentFiles
private java.util.Set<java.lang.String> notPresentFiles
-
obstructionFound
private boolean obstructionFound
-
addExisted
private boolean addExisted
-
propChanges
private SVNProperties propChanges
-
edited
private boolean edited
-
editConflict
private SVNSkel editConflict
-
bumpInfo
private SVNUpdateEditor17.BumpDirectoryInfo bumpInfo
-
ambientDepth
private SVNDepth ambientDepth
-
wasIncomplete
private boolean wasIncomplete
-
-
Method Detail
-
markEdited
public void markEdited() throws SVNException
- Throws:
SVNException
-
getURL
public SVNURL getURL() throws SVNException
- Throws:
SVNException
-
getPreviousURL
public SVNURL getPreviousURL() throws SVNException
- Throws:
SVNException
-
-