Class SvnDiffStatus

    • Field Detail

      • propertiesModified

        private boolean propertiesModified
      • path

        private java.lang.String path
      • file

        private java.io.File file
    • Constructor Detail

      • SvnDiffStatus

        public SvnDiffStatus()
    • Method Detail

      • getModificationType

        public SVNStatusType getModificationType()
        Returns the type of modification for the current item.
        Returns:
        a path change type
      • setModificationType

        public void setModificationType​(SVNStatusType modificationType)
        Sets the type of modification for the current item.
        Parameters:
        modificationType - a path change type
      • isPropertiesModified

        public boolean isPropertiesModified()
        Returns whether properties of the working copy item are modified.
        Returns:
        true if properties were modified in a particular revision, otherwise false
      • setPropertiesModified

        public void setPropertiesModified​(boolean propertiesModified)
        Sets whether properties of the working copy item are modified.
        Parameters:
        propertiesModified - true if properties were modified in a particular revision, otherwise false
      • getKind

        public SVNNodeKind getKind()
        Returns the node kind of the working copy item.
        Returns:
        node kind
      • setKind

        public void setKind​(SVNNodeKind kind)
        Sets the node kind of the working copy item.
        Parameters:
        kind - node kind
      • getUrl

        public SVNURL getUrl()
        Returns URL of the item.
        Returns:
        item url
      • setUrl

        public void setUrl​(SVNURL url)
        Sets URL of the item.
        Parameters:
        url - item url
      • getPath

        public java.lang.String getPath()
        Returns a relative path of the item. Relative path is set for working copy items and relative to the anchor of diff status operation.
        Returns:
        item path
      • setPath

        public void setPath​(java.lang.String path)
        Sets a relative path of the item. Relative path should be set for working copy items and relative to the anchor of diff status operation.
        Parameters:
        path - item path
      • getFile

        public java.io.File getFile()
        Returns File representation of the working copy item path.
        Returns:
        working copy item path as File
      • setFile

        public void setFile​(java.io.File file)
        Sets File representation of the working copy item path.
        Parameters:
        file - working copy item path as File