Class SvnNgRemoteDiffEditor.FileBaton
java.lang.Object
org.tmatesoft.svn.core.internal.wc2.ng.SvnNgRemoteDiffEditor.FileBaton
- Enclosing class:
- SvnNgRemoteDiffEditor
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) boolean
(package private) long
(package private) File
(package private) SVNProperties
(package private) SVNProperties
(package private) String
(package private) SvnChecksum
(package private) boolean
(package private) File
(package private) boolean
(package private) File
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionString[]
void
loadFile
(SVNWCContext context, SVNRepository repos, boolean propsOnly, Collection<File> tmpFiles)
-
Field Details
-
added
boolean added -
treeConflicted
boolean treeConflicted -
skip
boolean skip -
repoPath
String repoPath -
wcPath
File wcPath -
startRevisionFile
File startRevisionFile -
endRevisionFile
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, Collection<File> tmpFiles) throws SVNException - Throws:
SVNException
-
getMimeTypes
-