Class SVNDiffEditor17.SVNDirectoryInfo
- java.lang.Object
-
- org.tmatesoft.svn.core.internal.wc17.SVNDiffEditor17.SVNDirectoryInfo
-
- Enclosing class:
- SVNDiffEditor17
private static class SVNDiffEditor17.SVNDirectoryInfo extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.SetcomparedEntriesprivate SVNDepthdepthprivate booleanisAddedprivate SVNDiffEditor17.SVNDirectoryInfoparentprivate java.lang.Stringpathprivate SVNPropertiespropertyDiff
-
Constructor Summary
Constructors Modifier Constructor Description privateSVNDirectoryInfo()
-
-
-
Field Detail
-
isAdded
private boolean isAdded
-
path
private java.lang.String path
-
propertyDiff
private SVNProperties propertyDiff
-
parent
private SVNDiffEditor17.SVNDirectoryInfo parent
-
comparedEntries
private java.util.Set comparedEntries
-
depth
private SVNDepth depth
-
-