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
FieldsModifier and TypeFieldDescription(package private) boolean
(package private) long
(package private) java.io.File
(package private) SVNProperties
(package private) SVNProperties
(package private) java.lang.String
(package private) SvnChecksum
(package private) boolean
(package private) java.io.File
(package private) boolean
(package private) java.io.File
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjava.lang.String[]
void
loadFile
(SVNWCContext context, SVNRepository repos, boolean propsOnly, java.util.Collection<java.io.File> tmpFiles) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
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
-
-
Constructor Details
-
FileBaton
private FileBaton()
-
-
Method Details
-
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()
-