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
FieldsModifier and TypeFieldDescriptionprivate java.io.File
private java.io.File
private boolean
private java.lang.String
private SVNProperties
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
myIsAdded
private boolean myIsAdded -
myPath
private java.lang.String myPath -
myFile
private java.io.File myFile -
myBaseFile
private java.io.File myBaseFile -
myPropertyDiff
-
-
Constructor Details
-
SVNFileInfo
private SVNFileInfo()
-