Class FSPathChange

java.lang.Object
org.tmatesoft.svn.core.SVNLogEntryPath
org.tmatesoft.svn.core.internal.io.fs.FSPathChange
All Implemented Interfaces:
Serializable

public class FSPathChange extends SVNLogEntryPath
Version:
1.3
See Also:
  • Field Details

  • Constructor Details

  • Method Details

    • getPath

      public 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 Boolean getMergeInfoModified()
    • setMergeInfoModified

      public void setMergeInfoModified(Boolean mergeInfoModified)
    • getChangeKind

      public FSPathChangeKind getChangeKind()
    • setChangeKind

      public void setChangeKind(FSPathChangeKind changeKind)
    • getRevNodeId

      public FSID getRevNodeId()
    • setRevNodeId

      public void setRevNodeId(FSID revNodeId)
    • setCopyRevision

      public void setCopyRevision(long revision)
      Overrides:
      setCopyRevision in class SVNLogEntryPath
    • setCopyPath

      public void setCopyPath(String path)
      Overrides:
      setCopyPath in class SVNLogEntryPath
    • setNodeKind

      public void setNodeKind(SVNNodeKind nodeKind)
      Overrides:
      setNodeKind in class SVNLogEntryPath
    • fromString

      public static FSPathChange fromString(String changeLine, String copyfromLine) throws SVNException
      Throws:
      SVNException