Class SVNDiffEditor.SVNDirectoryInfo
- java.lang.Object
-
- org.tmatesoft.svn.core.internal.wc.SVNDiffEditor.SVNDirectoryInfo
-
- Enclosing class:
- SVNDiffEditor
private static class SVNDiffEditor.SVNDirectoryInfo extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.SetmyComparedEntriesprivate SVNDepthmyDepthprivate booleanmyIsAddedprivate SVNDiffEditor.SVNDirectoryInfomyParentprivate java.lang.StringmyPathprivate SVNPropertiesmyPropertyDiff
-
Constructor Summary
Constructors Modifier Constructor Description privateSVNDirectoryInfo()
-
-
-
Field Detail
-
myIsAdded
private boolean myIsAdded
-
myPath
private java.lang.String myPath
-
myPropertyDiff
private SVNProperties myPropertyDiff
-
myParent
private SVNDiffEditor.SVNDirectoryInfo myParent
-
myComparedEntries
private java.util.Set myComparedEntries
-
myDepth
private SVNDepth myDepth
-
-