Class FSParentPath

java.lang.Object
org.tmatesoft.svn.core.internal.io.fs.FSParentPath

public class FSParentPath extends java.lang.Object
Version:
1.3
  • Field Details

  • Constructor Details

  • Method Details

    • getRevNode

      public FSRevisionNode getRevNode()
    • setRevNode

      public void setRevNode(FSRevisionNode newRevNode)
    • getEntryName

      public java.lang.String getEntryName()
    • getParent

      public FSParentPath getParent()
    • getCopyStyle

      public int getCopyStyle()
    • setCopyStyle

      public void setCopyStyle(int newCopyStyle)
    • getCopySourcePath

      public java.lang.String getCopySourcePath()
    • setCopySourcePath

      public void setCopySourcePath(java.lang.String newCopyPath)
    • setParentPath

      public void setParentPath(FSRevisionNode newRevNode, java.lang.String newEntry, FSParentPath newParentPath)
    • getAbsPath

      public java.lang.String getAbsPath() throws SVNException
      Throws:
      SVNException
    • getRelativePath

      public java.lang.String getRelativePath(FSParentPath ancestor)