Class SvnNgRemoteDiffEditor.DirBaton
- java.lang.Object
-
- org.tmatesoft.svn.core.internal.wc2.ng.SvnNgRemoteDiffEditor.DirBaton
-
- Enclosing class:
- SvnNgRemoteDiffEditor
private static class SvnNgRemoteDiffEditor.DirBaton extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) boolean
added
(package private) SvnNgRemoteDiffEditor.DirBaton
parent
(package private) SVNProperties
pristineProperties
(package private) SVNProperties
propChanges
(package private) boolean
skip
(package private) boolean
skipChildren
(package private) boolean
treeConflicted
(package private) java.io.File
wcPath
-
Constructor Summary
Constructors Modifier Constructor Description private
DirBaton()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
loadProperties(SVNRepository repos, java.lang.String path, long revision)
-
-
-
Field Detail
-
added
boolean added
-
treeConflicted
boolean treeConflicted
-
skip
boolean skip
-
skipChildren
boolean skipChildren
-
wcPath
java.io.File wcPath
-
parent
SvnNgRemoteDiffEditor.DirBaton parent
-
propChanges
SVNProperties propChanges
-
pristineProperties
SVNProperties pristineProperties
-
-
Method Detail
-
loadProperties
public void loadProperties(SVNRepository repos, java.lang.String path, long revision) throws SVNException
- Throws:
SVNException
-
-