Interface CommitValueResolver


  • public interface CommitValueResolver
    Resolves the commit value for a given change revision on a document.
    • Method Detail

      • resolve

        java.lang.String resolve​(@NotNull
                                 @NotNull Revision changeRevision,
                                 @NotNull
                                 @NotNull NodeDocument doc)
        Resolve a change revision on the given document and return the commit value for the change revision.
        Parameters:
        changeRevision - the revision for a change.
        doc - the document with the change.
        Returns:
        the commit value of the revision.