private static class SvnNgRemoteDiffEditor.DirBaton
extends java.lang.Object
Modifier and Type | Field and 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 |
Modifier | Constructor and Description |
---|---|
private |
DirBaton() |
Modifier and Type | Method and Description |
---|---|
void |
loadProperties(SVNRepository repos,
java.lang.String path,
long revision) |
boolean added
boolean treeConflicted
boolean skip
boolean skipChildren
java.io.File wcPath
SvnNgRemoteDiffEditor.DirBaton parent
SVNProperties propChanges
SVNProperties pristineProperties
public void loadProperties(SVNRepository repos, java.lang.String path, long revision) throws SVNException
SVNException