private class SvnNgRemoteDiffEditor.FileBaton
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) boolean |
added |
(package private) long |
baseRevision |
SVNDeltaProcessor |
deltaProcessor |
(package private) java.io.File |
endRevisionFile |
(package private) SVNProperties |
pristineProps |
(package private) SVNProperties |
propChanges |
(package private) java.lang.String |
repoPath |
(package private) SvnChecksum |
resultMd5Checksum |
(package private) boolean |
skip |
(package private) java.io.File |
startRevisionFile |
(package private) boolean |
treeConflicted |
(package private) java.io.File |
wcPath |
Modifier | Constructor and Description |
---|---|
private |
FileBaton() |
Modifier and Type | Method and Description |
---|---|
java.lang.String[] |
getMimeTypes() |
void |
loadFile(SVNWCContext context,
SVNRepository repos,
boolean propsOnly,
java.util.Collection<java.io.File> tmpFiles) |
boolean added
boolean treeConflicted
boolean skip
java.lang.String repoPath
java.io.File wcPath
java.io.File startRevisionFile
java.io.File endRevisionFile
SVNProperties pristineProps
long baseRevision
SvnChecksum resultMd5Checksum
SVNProperties propChanges
public SVNDeltaProcessor deltaProcessor
public void loadFile(SVNWCContext context, SVNRepository repos, boolean propsOnly, java.util.Collection<java.io.File> tmpFiles) throws SVNException
SVNException
public java.lang.String[] getMimeTypes()