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
FieldsModifier and TypeFieldDescription(package private) boolean
(package private) SvnNgRemoteDiffEditor.DirBaton
(package private) SVNProperties
(package private) SVNProperties
(package private) boolean
(package private) boolean
(package private) boolean
(package private) java.io.File
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
loadProperties
(SVNRepository repos, java.lang.String path, long revision) 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 -
skipChildren
boolean skipChildren -
wcPath
java.io.File wcPath -
parent
-
propChanges
SVNProperties propChanges -
pristineProperties
SVNProperties pristineProperties
-
-
Constructor Details
-
DirBaton
private DirBaton()
-
-
Method Details
-
loadProperties
public void loadProperties(SVNRepository repos, java.lang.String path, long revision) throws SVNException - Throws:
SVNException
-