Class SVNRemoteDiffEditor.SVNFileInfo

  • Enclosing class:
    SVNRemoteDiffEditor

    protected class SVNRemoteDiffEditor.SVNFileInfo
    extends java.lang.Object
    • Field Detail

      • myRepositoryPath

        protected java.lang.String myRepositoryPath
      • myWCFile

        protected java.io.File myWCFile
      • myIsAdded

        protected boolean myIsAdded
      • myIsSkip

        protected boolean myIsSkip
      • myIsTreeConflicted

        protected boolean myIsTreeConflicted
      • myFile

        protected java.io.File myFile
      • myBaseFile

        protected java.io.File myBaseFile
    • Constructor Detail

      • SVNFileInfo

        public SVNFileInfo​(java.lang.String path,
                           boolean added)