Class FSPathChange

  • All Implemented Interfaces:
    java.io.Serializable

    public class FSPathChange
    extends SVNLogEntryPath
    Version:
    1.3
    Author:
    TMate Software Ltd.
    See Also:
    Serialized Form
    • Constructor Detail

      • FSPathChange

        public FSPathChange​(java.lang.String path,
                            FSID id,
                            FSPathChangeKind kind,
                            boolean textModified,
                            boolean propsModified,
                            java.lang.Boolean mergeInfoModified,
                            java.lang.String copyfromPath,
                            long copyfromRevision,
                            SVNNodeKind pathKind)
    • Method Detail

      • getPath

        public java.lang.String getPath()
        Description copied from class: SVNLogEntryPath
        Returns the path of the item represented by this object.
        Overrides:
        getPath in class SVNLogEntryPath
        Returns:
        the changed path represented by this object
      • arePropertiesModified

        public boolean arePropertiesModified()
      • setPropertiesModified

        public void setPropertiesModified​(boolean propertiesModified)
      • isTextModified

        public boolean isTextModified()
      • setTextModified

        public void setTextModified​(boolean textModified)
      • getMergeInfoModified

        public java.lang.Boolean getMergeInfoModified()
      • setMergeInfoModified

        public void setMergeInfoModified​(java.lang.Boolean mergeInfoModified)
      • getRevNodeId

        public FSID getRevNodeId()
      • setRevNodeId

        public void setRevNodeId​(FSID revNodeId)