Class FSRevisionNode


  • public class FSRevisionNode
    extends java.lang.Object
    Version:
    1.3
    Author:
    TMate Software Ltd.
    • Constructor Detail

      • FSRevisionNode

        public FSRevisionNode()
    • Method Detail

      • 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​(java.lang.String cpath)
      • setCopyFromRevision

        public void setCopyFromRevision​(long copyFromRev)
      • setCopyFromPath

        public void setCopyFromPath​(java.lang.String copyFromPath)
      • setCopyRootRevision

        public void setCopyRootRevision​(long copyRootRev)
      • setCopyRootPath

        public void setCopyRootPath​(java.lang.String copyRootPath)
      • setMergeInfoCount

        public void setMergeInfoCount​(long mergeInfoCount)
      • setHasMergeInfo

        public void setHasMergeInfo​(boolean hasMergeInfo)
      • getId

        public FSID getId()
      • getCount

        public long getCount()
      • getPredecessorId

        public FSID getPredecessorId()
      • getCreatedPath

        public java.lang.String getCreatedPath()
      • getCreatedRevision

        public long getCreatedRevision()
      • getCopyFromRevision

        public long getCopyFromRevision()
      • getCopyFromPath

        public java.lang.String getCopyFromPath()
      • getCopyRootRevision

        public long getCopyRootRevision()
      • getCopyRootPath

        public java.lang.String getCopyRootPath()
      • getDirContents

        protected java.util.Map getDirContents()
      • setDirContents

        public void setDirContents​(java.util.Map dirContents)
      • hasMergeInfo

        public boolean hasMergeInfo()
      • getMergeInfoCount

        public long getMergeInfoCount()
      • hasDescendantsWithMergeInfo

        public boolean hasDescendantsWithMergeInfo()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • parseRepresentationHeader

        public static void parseRepresentationHeader​(java.lang.String representation,
                                                     FSRevisionNode revNode,
                                                     java.lang.String txnId,
                                                     boolean isData,
                                                     boolean mutableRepTuncated)
                                              throws SVNException
        Throws:
        SVNException
      • setIsFreshTxnRoot

        public void setIsFreshTxnRoot​(boolean isFreshTxnRoot)
      • isFreshTxnRoot

        public boolean isFreshTxnRoot()
      • setFreshRootPredecessorId

        public void setFreshRootPredecessorId​(FSID freshRootPredecessorId)