Class SVNRemoteDiffEditor.SVNFileInfo

java.lang.Object
org.tmatesoft.svn.core.internal.wc.SVNRemoteDiffEditor.SVNFileInfo
Enclosing class:
SVNRemoteDiffEditor

protected class SVNRemoteDiffEditor.SVNFileInfo extends Object
  • Field Details

    • myRepositoryPath

      protected String myRepositoryPath
    • myWCFile

      protected File myWCFile
    • myIsAdded

      protected boolean myIsAdded
    • myIsSkip

      protected boolean myIsSkip
    • myIsTreeConflicted

      protected boolean myIsTreeConflicted
    • myFile

      protected File myFile
    • myBaseFile

      protected File myBaseFile
    • myBaseProperties

      protected SVNProperties myBaseProperties
    • myPropertyDiff

      protected SVNProperties myPropertyDiff
  • Constructor Details

    • SVNFileInfo

      public SVNFileInfo(String path, boolean added)
  • Method Details