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
     
    private boolean
     
    private java.lang.String
     
    private java.io.File
     
     
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    private
     
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • 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
  • Constructor Details

    • SVNFileInfo

      private SVNFileInfo()