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) booleanadded(package private) SvnNgRemoteDiffEditor.DirBatonparent(package private) SVNPropertiespristineProperties(package private) SVNPropertiespropChanges(package private) booleanskip(package private) booleanskipChildren(package private) booleantreeConflicted(package private) java.io.FilewcPath
-
Constructor Summary
Constructors Modifier Constructor Description privateDirBaton()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidloadProperties(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
-
-