Class SvnDiffEditor.Entry

  • Enclosing class:
    SvnDiffEditor

    private class SvnDiffEditor.Entry
    extends java.lang.Object
    • Field Detail

      • isFile

        private boolean isFile
      • path

        private java.lang.String path
      • name

        private java.lang.String name
      • added

        private boolean added
      • localAbspath

        private java.io.File localAbspath
      • compared

        private java.util.Set<java.lang.String> compared
      • skip

        private boolean skip
      • skipChildren

        private boolean skipChildren
      • deletes

        private java.util.Set<java.lang.String> deletes
      • reposOnly

        private boolean reposOnly
      • ignoringAncestry

        private boolean ignoringAncestry
      • tempFile

        private java.io.File tempFile
      • hasPropChange

        private boolean hasPropChange
      • changePropertyCalled

        private boolean changePropertyCalled
    • Constructor Detail

      • Entry

        public Entry​(boolean file,
                     java.lang.String path,
                     SvnDiffEditor.Entry parent,
                     boolean added,
                     SVNDepth depth,
                     java.io.File localAbspath)