Class SVNUpdateEditor17.FileBaton
- java.lang.Object
-
- org.tmatesoft.svn.core.internal.wc17.SVNUpdateEditor17.FileBaton
-
- Enclosing class:
- SVNUpdateEditor17
private class SVNUpdateEditor17.FileBaton extends java.lang.Object
-
-
Field Summary
-
Constructor Summary
Constructors Modifier Constructor Description private
FileBaton()
-
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
-
directoryBaton
private SVNUpdateEditor17.DirectoryBaton directoryBaton
-
skipThis
private boolean skipThis
-
alreadyNotified
private boolean alreadyNotified
-
addingFile
private boolean addingFile
-
obstructionFound
private boolean obstructionFound
-
addExisted
private boolean addExisted
-
shadowed
private boolean shadowed
-
editObstructed
private boolean editObstructed
-
changedRevison
private long changedRevison
-
changedDate
private SVNDate changedDate
-
changedAuthor
private java.lang.String changedAuthor
-
newTextBaseMd5Checksum
private SvnChecksum newTextBaseMd5Checksum
-
newTextBaseSha1Checksum
private SvnChecksum newTextBaseSha1Checksum
-
originalChecksum
private SvnChecksum originalChecksum
-
propChanges
private SVNProperties propChanges
-
localPropMods
private boolean localPropMods
-
bumpInfo
private SVNUpdateEditor17.BumpDirectoryInfo bumpInfo
-
edited
private boolean edited
-
editConflict
private SVNSkel editConflict
-
newTextBaseTmpAbsPath
java.io.File newTextBaseTmpAbsPath
-
sourceChecksumStream
SVNChecksumInputStream sourceChecksumStream
-
newTextBaseSHA1ChecksumStream
SVNChecksumOutputStream newTextBaseSHA1ChecksumStream
-
expectedSourceChecksum
SvnChecksum expectedSourceChecksum
-
newTextBaseMD5Digest
java.lang.String newTextBaseMD5Digest
-
newTextBaseSHA1Checksum
public SvnChecksum newTextBaseSHA1Checksum
-
-
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
-
-