private class SVNUpdateEditor17.DirectoryBaton
extends java.lang.Object
Modifier and Type | Field and 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 |
Modifier | Constructor and Description |
---|---|
private |
DirectoryBaton() |
Modifier and Type | Method and Description |
---|---|
SVNURL |
getPreviousURL() |
SVNURL |
getURL() |
void |
markEdited() |
private java.lang.String name
private java.io.File localAbsolutePath
private java.io.File newRelativePath
private long oldRevision
private java.io.File oldReposRelPath
SVNUpdateEditor17.DirectoryBaton parentBaton
private boolean skipThis
private boolean alreadyNotified
private boolean addingDir
private boolean shadowed
private boolean editedObstructed
private long changedRevsion
private SVNDate changedDate
private java.lang.String changedAuthor
private java.util.Map<java.lang.String,SVNSkel> deletionConflicts
private java.util.Set<java.lang.String> notPresentFiles
private boolean obstructionFound
private boolean addExisted
private SVNProperties propChanges
private boolean edited
private SVNSkel editConflict
private SVNUpdateEditor17.BumpDirectoryInfo bumpInfo
private SVNDepth ambientDepth
private boolean wasIncomplete
public void markEdited() throws SVNException
SVNException
public SVNURL getURL() throws SVNException
SVNException
public SVNURL getPreviousURL() throws SVNException
SVNException