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 booleanaddExistedprivate booleanaddingDirprivate booleanalreadyNotifiedprivate SVNDepthambientDepthprivate SVNUpdateEditor17.BumpDirectoryInfobumpInfoprivate java.lang.StringchangedAuthorprivate SVNDatechangedDateprivate longchangedRevsionprivate java.util.Map<java.lang.String,SVNSkel>deletionConflictsprivate SVNSkeleditConflictprivate booleaneditedprivate booleaneditedObstructedprivate java.io.FilelocalAbsolutePathprivate java.lang.Stringnameprivate java.io.FilenewRelativePathprivate java.util.Set<java.lang.String>notPresentFilesprivate booleanobstructionFoundprivate java.io.FileoldReposRelPathprivate longoldRevision(package private) SVNUpdateEditor17.DirectoryBatonparentBatonprivate SVNPropertiespropChangesprivate booleanshadowedprivate booleanskipThisprivate booleanwasIncomplete
-
Constructor Summary
Constructors Modifier Constructor Description privateDirectoryBaton()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SVNURLgetPreviousURL()SVNURLgetURL()voidmarkEdited()
-
-
-
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
-
-