Class Commit


  • public class Commit
    extends java.lang.Object
    A higher level object representing a commit.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void applyToCache​(RevisionVector before, boolean isBranchCommit)
      Apply the changes to the DocumentNodeStore (to update the cache).
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • applyToCache

        public void applyToCache​(RevisionVector before,
                                 boolean isBranchCommit)
        Apply the changes to the DocumentNodeStore (to update the cache).
        Parameters:
        before - the revision right before this commit.
        isBranchCommit - whether this is a commit to a branch