Class SVNDiffEditor17.SVNFileInfo
- java.lang.Object
-
- org.tmatesoft.svn.core.internal.wc17.SVNDiffEditor17.SVNFileInfo
-
- Enclosing class:
- SVNDiffEditor17
private static class SVNDiffEditor17.SVNFileInfo extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private java.io.File
file
private boolean
isAdded
private java.lang.String
path
private java.io.File
pristineFile
private SVNProperties
propertyDiff
-
Constructor Summary
Constructors Modifier Constructor Description private
SVNFileInfo()
-
-
-
Field Detail
-
isAdded
private boolean isAdded
-
path
private java.lang.String path
-
file
private java.io.File file
-
pristineFile
private java.io.File pristineFile
-
propertyDiff
private SVNProperties propertyDiff
-
-