Class SvnNgRemoteDiffEditor.FileBaton
- java.lang.Object
-
- org.tmatesoft.svn.core.internal.wc2.ng.SvnNgRemoteDiffEditor.FileBaton
-
- Enclosing class:
- SvnNgRemoteDiffEditor
private class SvnNgRemoteDiffEditor.FileBaton extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field 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
-
Constructor Summary
Constructors Modifier Constructor Description private
FileBaton()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String[]
getMimeTypes()
void
loadFile(SVNWCContext context, SVNRepository repos, boolean propsOnly, java.util.Collection<java.io.File> tmpFiles)
-
-
-
Field Detail
-
added
boolean added
-
treeConflicted
boolean treeConflicted
-
skip
boolean skip
-
repoPath
java.lang.String repoPath
-
wcPath
java.io.File wcPath
-
startRevisionFile
java.io.File startRevisionFile
-
endRevisionFile
java.io.File endRevisionFile
-
pristineProps
SVNProperties pristineProps
-
baseRevision
long baseRevision
-
resultMd5Checksum
SvnChecksum resultMd5Checksum
-
propChanges
SVNProperties propChanges
-
deltaProcessor
public SVNDeltaProcessor deltaProcessor
-
-
Method Detail
-
loadFile
public void loadFile(SVNWCContext context, SVNRepository repos, boolean propsOnly, java.util.Collection<java.io.File> tmpFiles) throws SVNException
- Throws:
SVNException
-
getMimeTypes
public java.lang.String[] getMimeTypes()
-
-