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) booleanadded(package private) longbaseRevisionSVNDeltaProcessordeltaProcessor(package private) java.io.FileendRevisionFile(package private) SVNPropertiespristineProps(package private) SVNPropertiespropChanges(package private) java.lang.StringrepoPath(package private) SvnChecksumresultMd5Checksum(package private) booleanskip(package private) java.io.FilestartRevisionFile(package private) booleantreeConflicted(package private) java.io.FilewcPath
-
Constructor Summary
Constructors Modifier Constructor Description privateFileBaton()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String[]getMimeTypes()voidloadFile(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()
-
-