Class SVNDiffEditor.SVNFileInfo
- java.lang.Object
-
- org.tmatesoft.svn.core.internal.wc.SVNDiffEditor.SVNFileInfo
-
- Enclosing class:
- SVNDiffEditor
private static class SVNDiffEditor.SVNFileInfo extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private java.io.File
myBaseFile
private java.io.File
myFile
private boolean
myIsAdded
private java.lang.String
myPath
private SVNProperties
myPropertyDiff
-
Constructor Summary
Constructors Modifier Constructor Description private
SVNFileInfo()
-
-
-
Field Detail
-
myIsAdded
private boolean myIsAdded
-
myPath
private java.lang.String myPath
-
myFile
private java.io.File myFile
-
myBaseFile
private java.io.File myBaseFile
-
myPropertyDiff
private SVNProperties myPropertyDiff
-
-