Class FSRevisionNode

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

public class FSRevisionNode extends Object
Version:
1.3
  • Field Details

  • Constructor Details

    • FSRevisionNode

      public FSRevisionNode()
  • Method Details

    • setId

      public void setId(FSID revNodeID)
    • setType

      public void setType(SVNNodeKind nodeKind)
    • setCount

      public void setCount(long count)
    • setPredecessorId

      public void setPredecessorId(FSID predRevNodeId)
    • setTextRepresentation

      public void setTextRepresentation(FSRepresentation textRepr)
    • setPropsRepresentation

      public void setPropsRepresentation(FSRepresentation propsRepr)
    • setCreatedPath

      public void setCreatedPath(String cpath)
    • setCopyFromRevision

      public void setCopyFromRevision(long copyFromRev)
    • setCopyFromPath

      public void setCopyFromPath(String copyFromPath)
    • setCopyRootRevision

      public void setCopyRootRevision(long copyRootRev)
    • setCopyRootPath

      public void setCopyRootPath(String copyRootPath)
    • setMergeInfoCount

      public void setMergeInfoCount(long mergeInfoCount)
    • setHasMergeInfo

      public void setHasMergeInfo(boolean hasMergeInfo)
    • getId

      public FSID getId()
    • getType

      public SVNNodeKind getType()
    • getCount

      public long getCount()
    • getPredecessorId

      public FSID getPredecessorId()
    • getTextRepresentation

      public FSRepresentation getTextRepresentation()
    • getPropsRepresentation

      public FSRepresentation getPropsRepresentation()
    • getCreatedPath

      public String getCreatedPath()
    • getCreatedRevision

      public long getCreatedRevision()
    • getCopyFromRevision

      public long getCopyFromRevision()
    • getCopyFromPath

      public String getCopyFromPath()
    • getCopyRootRevision

      public long getCopyRootRevision()
    • getCopyRootPath

      public String getCopyRootPath()
    • dumpRevisionNode

      public static FSRevisionNode dumpRevisionNode(FSRevisionNode revNode)
    • getDirContents

      protected Map getDirContents()
    • setDirContents

      public void setDirContents(Map dirContents)
    • hasMergeInfo

      public boolean hasMergeInfo()
    • getMergeInfoCount

      public long getMergeInfoCount()
    • hasDescendantsWithMergeInfo

      public boolean hasDescendantsWithMergeInfo()
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • fromMap

      public static FSRevisionNode fromMap(Map headers) throws SVNException
      Throws:
      SVNException
    • parseRepresentationHeader

      public static void parseRepresentationHeader(String representation, FSRevisionNode revNode, String txnId, boolean isData, boolean mutableRepTuncated) throws SVNException
      Throws:
      SVNException
    • parseCopyFrom

      private static void parseCopyFrom(String copyfrom, FSRevisionNode revNode) throws SVNException
      Throws:
      SVNException
    • parseCopyRoot

      private static void parseCopyRoot(String copyroot, FSRevisionNode revNode) throws SVNException
      Throws:
      SVNException
    • getChildDirNode

      public FSRevisionNode getChildDirNode(String childName, FSFS fsfsOwner) throws SVNException
      Throws:
      SVNException
    • getDirEntries

      public Map getDirEntries(FSFS fsfsOwner) throws SVNException
      Throws:
      SVNException
    • getProperties

      public SVNProperties getProperties(FSFS fsfsOwner) throws SVNException
      Throws:
      SVNException
    • chooseDeltaBase

      public FSRepresentation chooseDeltaBase(FSFS fsfsOwner) throws SVNException
      Throws:
      SVNException
    • getFileMD5Checksum

      public String getFileMD5Checksum() throws SVNException
      Throws:
      SVNException
    • getFileSHA1Checksum

      public String getFileSHA1Checksum() throws SVNException
      Throws:
      SVNException
    • getFileLength

      public long getFileLength() throws SVNException
      Throws:
      SVNException
    • setIsFreshTxnRoot

      public void setIsFreshTxnRoot(boolean isFreshTxnRoot)
    • isFreshTxnRoot

      public boolean isFreshTxnRoot()
    • setFreshRootPredecessorId

      public void setFreshRootPredecessorId(FSID freshRootPredecessorId)